Closed
Bug 763580
Opened 12 years ago
Closed 12 years ago
Clang warning "field is uninitialized when used here" in jsinterp.cpp
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
953 bytes,
patch
|
Benjamin
:
review+
|
Details | Diff | Splinter Review |
jsinterp.cpp:1032:15: warning: field is uninitialized when used here [-Wuninitialized] : cx(cx), arr(scx.cx, scx.arr), count(scx.count) {} ^
Attachment #631952 -
Flags: review?(bpeterson)
Comment 1•12 years ago
|
||
Comment on attachment 631952 [details] [diff] [review] Patch Review of attachment 631952 [details] [diff] [review]: ----------------------------------------------------------------- LGTM
Attachment #631952 -
Flags: review?(bpeterson) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Thanks for the quick review. https://hg.mozilla.org/integration/mozilla-inbound/rev/fbbf7c4e598f
Target Milestone: --- → mozilla16
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fbbf7c4e598f
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Blocks: buildwarning
You need to log in
before you can comment on or make changes to this bug.
Description
•