Closed
Bug 592207
Opened 15 years ago
Closed 13 years ago
Warnings in startupcache
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dwitte, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp: In member function ‘nsresult mozilla::scache::StartupCache::GetBuffer(const char*, char**, PRUint32*)’:
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp:210: warning: unused variable ‘exists’
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp: In member function ‘virtual nsresult mozilla::scache::StartupCacheDebugOutputStream::WriteObject(nsISupports*, PRBool)’:
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp:476: warning: unused variable ‘rv’
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp: In member function ‘virtual nsresult mozilla::scache::StartupCacheDebugOutputStream::WriteSingleRefObject(nsISupports*)’:
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp:490: warning: unused variable ‘rv’
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp: In member function ‘virtual nsresult mozilla::scache::StartupCacheDebugOutputStream::WriteCompoundObject(nsISupports*, const nsIID&, PRBool)’:
/home/dwitte/builds/mozilla/mozilla-central/startupcache/StartupCache.cpp:505: warning: unused variable ‘rv’
Updated•14 years ago
|
Assignee: bhsieh → nobody
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 1•13 years ago
|
||
There is no such warning in the StartupCache.cpp file in tip of m-c (using gcc 4.6.1). Hence closing this issue.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•