Closed
Bug 665610
Opened 13 years ago
Closed 13 years ago
Fix unused debug variable warnings in netwerk/
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning] )
Attachments
(1 file)
5.61 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
netwerk/base/src/nsSimpleURI.cpp:229:13: warning: unused variable 'n' http://mxr.mozilla.org/mozilla-central/source/netwerk/base/src/nsSimpleURI.cpp#229 netwerk/cache/nsCacheService.cpp:1821:26: warning: unused variable 'rv' http://mxr.mozilla.org/mozilla-central/source/netwerk/cache/nsCacheService.cpp#1821 netwerk/cache/nsCacheService.cpp:1844:26: warning: unused variable 'rv' http://mxr.mozilla.org/mozilla-central/source/netwerk/cache/nsCacheService.cpp#1844 netwerk/cookie/nsCookieService.cpp:1948:12: warning: unused variable 'rv' http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/nsCookieService.cpp#1948
Assignee | ||
Updated•13 years ago
|
Summary: Fix unused variable warnings in netwerk/ → Fix unused debug variable warnings in netwerk/
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #540525 -
Flags: review?(cbiesinger)
Updated•13 years ago
|
Attachment #540525 -
Flags: review?(cbiesinger) → review+
Comment 2•13 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/81660bbf32c6
Whiteboard: [build_warning] → [inbound] [build_warning]
Assignee | ||
Comment 3•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/81660bbf32c6
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Updated•13 years ago
|
Whiteboard: [inbound] [build_warning] → [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•