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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla2.0b7

People

(Reporter: dholbert, Assigned: dholbert)

References

Details

(Whiteboard: [build_warning])

Attachments

(1 file)

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
Attached patch fixSplinter Review
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Attachment #482638 - Flags: review?
Attachment #482638 - Flags: review? → review?(jonas)
Comment on attachment 482638 [details] [diff] [review]
fix

requesting approval. Just removes a never-used "nsresult rv;"
Attachment #482638 - Flags: approval2.0?
Attachment #482638 - Flags: approval2.0? → approval2.0+
http://hg.mozilla.org/mozilla-central/rev/678f81b3bc66
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Target Milestone: mozilla2.0b8 → mozilla2.0b7
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.