Closed
Bug 556005
Opened 15 years ago
Closed 15 years ago
nsXULDocument.cpp:4167: warning: unused variable ‘rv’
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
874 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Bug 534136 removed the last use of this variable, so GCC spams a warning about it. Attached patch removes the variable declaration to fix the warning.
Relevant chunk of code:
http://mxr.mozilla.org/mozilla-central/source/content/xul/document/src/nsXULDocument.cpp#4162
Attachment #435921 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•15 years ago
|
||
Comment on attachment 435921 [details] [diff] [review]
trivial fix
r=bzbarsky
Attachment #435921 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Whiteboard: [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•