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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla16

People

(Reporter: jandem, Assigned: jandem)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached patch PatchSplinter 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 on attachment 631952 [details] [diff] [review]
Patch

Review of attachment 631952 [details] [diff] [review]:
-----------------------------------------------------------------

LGTM
Attachment #631952 - Flags: review?(bpeterson) → review+
Thanks for the quick review.

https://hg.mozilla.org/integration/mozilla-inbound/rev/fbbf7c4e598f
Target Milestone: --- → mozilla16
https://hg.mozilla.org/mozilla-central/rev/fbbf7c4e598f
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: