Closed
Bug 633381
Opened 15 years ago
Closed 15 years ago
non-libxul build warning: mozJSComponentLoader.cpp:857:1: warning: 'nsresult PathifyURI(nsIURI*, nsACString_internal&)' defined but not used
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dholbert, Unassigned)
References
Details
(Whiteboard: [build_warning])
> js/src/xpconnect/loader/mozJSComponentLoader.cpp:857:1: warning: 'nsresult PathifyURI(nsIURI*, nsACString_internal&)' defined but not used
Looks like PathifyURI() is defined unconditionally, whereas its callers are all inside of "#ifdef MOZ_ENABLE_LIBXUL".
We should just make PathifyURI itself be "#ifdef MOZ_ENABLE_LIBXUL", too.
| Reporter | ||
Updated•15 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [build_warning]
Comment 1•15 years ago
|
||
No, we should just stop supporting or supplying --disable-libxul. That's the plan for almost immediately after we ship FF4.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•