Closed
Bug 942119
Opened 12 years ago
Closed 12 years ago
Fix the member initialization order warning in jsinfer.cpp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 940285
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
1.02 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
0:05.37 ../../../js/src/jsinfer.cpp:606:9: warning: field 'failed_' will be initialized after field 'constraints' [-Wreorder]
0:05.37 : failed_(false)
0:05.37 ^
0:05.37 1 warning generated.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #8336755 -
Flags: review?(luke)
![]() |
||
Updated•12 years ago
|
Attachment #8336755 -
Flags: review?(luke) → review+
Assignee | ||
Comment 2•12 years ago
|
||
13c73af53854 fixed this.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•