Closed
Bug 807158
Opened 13 years ago
Closed 13 years ago
Compiler warning: unused variable in StackSpace::mark (js/src/vm/Stack.cpp)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jimb, Unassigned)
Details
Attachments
(1 file)
|
868 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Currently getting this warning:
/home/jimb/moz/dbg/js/src/vm/Stack.cpp: In member function ‘void js::StackSpace::mark(JSTracer*)’:
/home/jimb/moz/dbg/js/src/vm/Stack.cpp:659:21: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
Attachment #676839 -
Flags: review?(luke)
Comment 1•13 years ago
|
||
Comment on attachment 676839 [details] [diff] [review]
Remove unused variable in js/src/vm/Stack.cpp.
Your team thanks you.
Attachment #676839 -
Flags: review?(luke) → review+
| Reporter | ||
Comment 2•13 years ago
|
||
Waldo got to this before I got around to landing it. Lame on me. Thanks, Waldo!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•