Closed
Bug 603734
Opened 14 years ago
Closed 14 years ago
content/html/content/src/nsHTMLSelectElement.cpp:917: warning: unused variable ‘rv’
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
915 bytes,
patch
|
sicking
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
Filing bug for this GCC build warning:
>content/html/content/src/nsHTMLSelectElement.cpp:917: warning: unused variable ‘rv’
The line in question is:
>917 nsresult rv;
Its last use seems to have been removed in this changeset from bug 557087:
http://hg.mozilla.org/mozilla-central/diff/b15d9c989201/content/html/content/src/nsHTMLSelectElement.cpp
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Attachment #482638 -
Flags: review? → review?(jonas)
Attachment #482638 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 482638 [details] [diff] [review]
fix
requesting approval. Just removes a never-used "nsresult rv;"
Attachment #482638 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #482638 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•