Closed
Bug 949324
Opened 12 years ago
Closed 12 years ago
Fix -Wunused-function warnings in js/
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
| Tracking | Status | |
|---|---|---|
| firefox28 | --- | unaffected |
| firefox29 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.75 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
These functions are only called from DEBUG code:
js/src/jit/IonMacroAssembler.cpp:1219:1 [-Wunused-function] unused function 'AssumeUnreachable_'
js/src/shell/js.cpp:3597:1 [-Wunused-function] unused function 'PropagateFlagToNestedShells'
Attachment #8346372 -
Flags: review?(luke)
Updated•12 years ago
|
Attachment #8346372 -
Flags: review?(luke) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•