Closed
Bug 670794
Opened 14 years ago
Closed 14 years ago
GCC 4.6 build warning: "jsemit.cpp:4112:10: warning: variable ‘forInLet’ set but not used [-Wunused-but-set-variable]"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.57 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
GCC 4.6 build warning:
{
jsemit.cpp:4112:10: warning: variable ‘forInLet’ set but not used [-Wunused-but-set-variable]
}
Looks like bug 381843 ( http://hg.mozilla.org/mozilla-central/rev/d8b2189bb4ba ) removed the last usages of this variable, & the variable itself can just go away.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #545290 -
Flags: review?(brendan)
Comment 2•14 years ago
|
||
Comment on attachment 545290 [details] [diff] [review]
fix
Yoink.
Attachment #545290 -
Flags: review?(brendan) → review+
Assignee | ||
Comment 3•14 years ago
|
||
I landed this on tracemonkey...
http://hg.mozilla.org/tracemonkey/rev/ab57a16c66fc
...but Waldo told me that JS team is currently landing patches on mozilla-inbound instead of on tracemonkey, and that I should re-land there instead.
I'll do that in the next day or so, once mozilla-inbound is less orange. :)
Assignee | ||
Comment 4•14 years ago
|
||
Re-landed on mozilla-inbound, per comment 3:
http://hg.mozilla.org/integration/mozilla-inbound/rev/a5a4c874ace4
(At Waldo's direction, I'm ignoring the already-landed tracemonkey cset - not backing out there -- since that branch isn't being actively merged to m-c right now.)
Whiteboard: [build_warning] → [build_warning][inbound]
Comment 5•14 years ago
|
||
Assignee: general → dholbert
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
OS: Linux → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Whiteboard: [build_warning][inbound] → [build_warning]
Updated•14 years ago
|
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•