Closed
Bug 665610
Opened 14 years ago
Closed 14 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•14 years ago
|
Summary: Fix unused variable warnings in netwerk/ → Fix unused debug variable warnings in netwerk/
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #540525 -
Flags: review?(cbiesinger)
Updated•14 years ago
|
Attachment #540525 -
Flags: review?(cbiesinger) → review+
Comment 2•14 years ago
|
||
Whiteboard: [build_warning] → [inbound] [build_warning]
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Updated•14 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
•