Closed
Bug 919844
Opened 12 years ago
Closed 12 years ago
Fix warning js/jsd/jsd_val.cpp:480:10 [-Wunused-variable] unused variable 'found'
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla27
Tracking | Status | |
---|---|---|
firefox25 | --- | unaffected |
firefox26 | --- | affected |
firefox27 | --- | affected |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
908 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
This clang warning is a regression from bug 893186, which removed the use of local variable `found`, but not its declaration.
Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 808930 [details] [diff] [review]
jsd_val_Wunused-variable.patch
Fix -Wunused-variable warning in js/jsd/jsd_val.cpp.
Attachment #808930 -
Flags: review?(timeless)
Comment 2•12 years ago
|
||
Comment on attachment 808930 [details] [diff] [review]
jsd_val_Wunused-variable.patch
Yep. Thanks!
Attachment #808930 -
Flags: review?(timeless) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•