Closed
Bug 907328
Opened 12 years ago
Closed 12 years ago
unused variable warnings in Runtime.cpp in optimized builds
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Benjamin, Assigned: Benjamin)
Details
Attachments
(1 file)
1.12 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
/dev/mozilla/inbound/js/src/vm/Runtime.cpp
/home/benjamin/dev/mozilla/inbound/js/src/vm/Runtime.cpp: In function ‘bool js::CurrentThreadCanAccessRuntime(JSRuntime*)’:
/home/benjamin/dev/mozilla/inbound/js/src/vm/Runtime.cpp:747:20: warning: unused variable ‘pt’ [-Wunused-variable]
/home/benjamin/dev/mozilla/inbound/js/src/vm/Runtime.cpp: In function ‘bool js::CurrentThreadCanAccessZone(JS::Zone*)’:
/home/benjamin/dev/mozilla/inbound/js/src/vm/Runtime.cpp:755:20: warning: unused variable ‘pt’ [-Wunused-variable]
Assignee | ||
Updated•12 years ago
|
Attachment #792988 -
Flags: review?(luke)
![]() |
||
Comment 1•12 years ago
|
||
Comment on attachment 792988 [details] [diff] [review]
fix it
And a good day to you, sir.
Attachment #792988 -
Flags: review?(luke) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: general → benjamin
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•