Closed
Bug 665534
Opened 14 years ago
Closed 13 years ago
Fix unused variable warnings in nsEmbedFunctions.cpp
Categories
(Toolkit :: Startup and Profile System, defect)
Toolkit
Startup and Profile System
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file, 1 obsolete file)
2.32 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
toolkit/xre/nsEmbedFunctions.cpp:420:8: warning: unused variable 'ok'
toolkit/xre/nsEmbedFunctions.cpp:686:16: warning: unused variable 'ioLoop'
http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsEmbedFunctions.cpp#420
http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsEmbedFunctions.cpp#686
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #540454 -
Flags: review?(benjamin)
Assignee | ||
Comment 2•14 years ago
|
||
Updated patch that uses DebugOnly instead of #ifdef DEBUG.
Attachment #540454 -
Attachment is obsolete: true
Attachment #540454 -
Flags: review?(benjamin)
Attachment #540486 -
Flags: review?(benjamin)
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 540486 [details] [diff] [review]
Fix build warnings v2
Adding alternative reviewer, since bsmedberg is busy. Thanks :-)
Attachment #540486 -
Flags: review?(robert.bugzilla)
Comment 5•14 years ago
|
||
Comment on attachment 540486 [details] [diff] [review]
Fix build warnings v2
tossing this review over to mossop since it will likely be awhile until I can get to it
Attachment #540486 -
Flags: review?(robert.bugzilla) → review?(dtownsend)
Updated•13 years ago
|
Attachment #540486 -
Flags: review?(dtownsend)
Attachment #540486 -
Flags: review?(benjamin)
Attachment #540486 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•