Closed Bug 1061664 Opened 10 years ago Closed 10 years ago

Build: reduce number of build warnings in opt builds

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla35

People

(Reporter: bbouvier, Assigned: bbouvier)

References

Details

Attachments

(2 files)

No description provided.
A few DebugOnly<> variables and #ifdef DEBUG functions. Also removed unused variables in TypedArrayObject.cpp (try build coming soon).
Attachment #8482717 - Flags: review?(till)
This one might not be of interest, or could be implemented differently. It kills the warning that the return value of read() is unused. We could either do this, or crash if the return value of read(/udev/random) isn't the expected length.
Attachment #8482718 - Flags: review?(till)
Comment on attachment 8482717 [details] [diff] [review] Make a few variables and functions debug-only in /js Review of attachment 8482717 [details] [diff] [review]: ----------------------------------------------------------------- Nice, thank you for doing this!
Attachment #8482717 - Flags: review?(till) → review+
Comment on attachment 8482718 [details] [diff] [review] Ignore return value of read() in jsmath.cpp Review of attachment 8482718 [details] [diff] [review]: ----------------------------------------------------------------- Yeah, I think this is fine. It certainly doesn't make the situation worse, and looking at this code any longer than I have to isn't good for my sanity.
Attachment #8482718 - Flags: review?(till) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Flags: qe-verify-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: