Closed
Bug 863804
Opened 12 years ago
Closed 12 years ago
Fix some noisy warnings in Android build
Categories
(Core :: JavaScript Engine, defect, P4)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: cpeterson, Assigned: cpeterson)
Details
Attachments
(2 files)
1.69 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
3.77 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Fix -Wsign-compare warning in MacroAssemblerARM::transferMultipleByRunsImpl(). This warning is in a header file so it is very noisy.
js/src/ion/arm/MacroAssembler-arm.h:387:14 [-Wsign-compare] comparison between signed and unsigned integer expressions
Attachment #739695 -
Flags: review?(dvander)
Assignee | ||
Comment 1•12 years ago
|
||
Fix -Wunused-but-set-variable warnings in NunboxAssembler.h. These warnings are in a header file, so they are very noisy.
js/src/methodjit/NunboxAssembler.h:192:21 [-Wunused-but-set-variable] variable 'start' set but not used
js/src/methodjit/NunboxAssembler.h:218:21 [-Wunused-but-set-variable] variable 'start' set but not used
js/src/methodjit/NunboxAssembler.h:243:21 [-Wunused-but-set-variable] variable 'start' set but not used
Assignee | ||
Comment 2•12 years ago
|
||
![]() |
||
Updated•12 years ago
|
Attachment #739695 -
Flags: review?(dvander) → review+
![]() |
||
Updated•12 years ago
|
Attachment #739696 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d715a456d2cc
https://hg.mozilla.org/mozilla-central/rev/f7526aecfa5b
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•