Closed
Bug 953145
Opened 12 years ago
Closed 12 years ago
js/src/jit/FixedList.h: warning: field 'length_' will be initialized after field 'list_' [-Wreorder]
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
844 bytes,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
Bug 950716 introduced a -Wreorder warning for clang on OS X:
Warning: -Wreorder in mozilla/inbound/js/src/jit/FixedList.h: field 'length_' will be initialized after field 'list_'
mozilla/inbound/js/src/jit/FixedList.h:31:9: warning: field 'length_' will be initialized after field 'list_' [-Wreorder]
: length_(0), list_(nullptr)
Attachment #8351468 -
Flags: review?(nicolas.b.pierron)
Updated•12 years ago
|
Attachment #8351468 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
Yeah, but it was fixed by a no-bug push, so unless I happened to see firebot mentioning it being marked fixed and was curious, I wouldn't have known to mark it when I merged the no-bug push...
Comment 4•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•