Closed
Bug 1117468
Opened 11 years ago
Closed 11 years ago
Fix Android gcc warnings in js/src/irregxp and js/src/jit
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: cpeterson, Assigned: cpeterson)
Details
Attachments
(1 file)
|
3.92 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
js/src/irregexp/RegExpEngine.cpp:4602:78 [-Wsign-compare] comparison between signed and unsigned integer expressions
js/src/irregexp/RegExpParser.cpp:522:13 [-Wsign-compare] comparison between signed and unsigned integer expressions
js/src/jit/arm/CodeGenerator-arm.cpp:2128:13 [-Wunused-variable] unused variable 'type'
Attachment #8543581 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #8543581 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•