Closed
Bug 845222
Opened 12 years ago
Closed 12 years ago
LICM.h:39:15: warning: private field 'graph' is not used [-Wunused-private-field]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.38 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Newish clang warning: { In file included from js/src/ion/LICM.cpp:13: js/src/ion/LICM.h:39:15: warning: private field 'graph' is not used [-Wunused-private-field] } I believe this was introduced when bug 843038 landed -- that bug's patch removed the last/only usage of Loop::graph.
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 718292 [details] [diff] [review] fix v1: remove Loop::graph Review of attachment 718292 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #718292 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 3•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4245801bd26f
Flags: in-testsuite-
OS: Linux → All
Hardware: x86_64 → All
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4245801bd26f
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•