Closed
Bug 708569
Opened 13 years ago
Closed 13 years ago
IonMonkey: fix clang warnings
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
7.34 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Fixes all warnings with Clang 3.0 in js/src/ion on x86 and x64. It looks like the type of some variables was changed from int32 to uint32 at some point. This also fixes some cases where we used %d instead of %u in IonSpew although Clang did not complain about it.
Attachment #579997 -
Flags: review?(nicolas.b.pierron)
Comment 2•13 years ago
|
||
Comment on attachment 579997 [details] [diff] [review] Patch Review of attachment 579997 [details] [diff] [review]: ----------------------------------------------------------------- Good.
Attachment #579997 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Pushed: http://hg.mozilla.org/projects/ionmonkey/rev/c110288b93ec
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•