Closed
Bug 945077
Opened 11 years ago
Closed 11 years ago
js/src/jit/AsmJSSignalHandlers.cpp:931:13: warning: unused variable 'sHandlersInstalled' [-Wunused-variable]
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
939 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
static bool sHandlersInstalled is only needed for Windows and Linux.
Attachment #8340848 -
Flags: review?(luke)
Comment 1•11 years ago
|
||
Comment on attachment 8340848 [details] [diff] [review]
Wunused-variable.patch
Thanks!
Attachment #8340848 -
Flags: review?(luke) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•