Closed
Bug 450163
Opened 17 years ago
Closed 12 years ago
In <nsXPComStub.cpp>, 3 "warning C4273: 'NS_[...]' : inconsistent dll linkage"
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1a2pre) Gecko/20080811184452 Minefield/3.1a2pre] (home, optim default) (W2Ksp4)
{{
.../xpcom/stub/nsXPComStub.cpp(128) : warning C4273: 'NS_GetFrozenFunctions' : inconsistent dll linkage
...\xpcom\build\nsXPCOMPrivate.h(201) : see previous definition of 'NS_GetFrozenFunctions'
.../xpcom/stub/nsXPComStub.cpp(353) : warning C4273: 'NS_RegisterXPCOMExitRoutine' : inconsistent dll linkage
.../xpcom/stub/nsXPComStub.cpp(54) : see previous definition of 'NS_RegisterXPCOMExitRoutine'
.../xpcom/stub/nsXPComStub.cpp(359) : warning C4273: 'NS_UnregisterXPCOMExitRoutine' : inconsistent dll linkage
.../xpcom/stub/nsXPComStub.cpp(57) : see previous definition of 'NS_UnregisterXPCOMExitRoutine'
}}
| Reporter | ||
Comment 1•17 years ago
|
||
(In reply to comment #0)
> {{
> .../xpcom/stub/nsXPComStub.cpp(128) : warning C4273: 'NS_GetFrozenFunctions' :
> inconsistent dll linkage
> ...\xpcom\build\nsXPCOMPrivate.h(201) : see previous definition of
> 'NS_GetFrozenFunctions'
> }}
.h has 'EXPORT_XPCOM_API(nsresult)',
.cpp has 'XPCOM_API(nsresult)'.
| Reporter | ||
Comment 2•15 years ago
|
||
Bug still there, Firefox and SeaMonkey.
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Updated•15 years ago
|
blocking2.0: ? → -
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 3•12 years ago
|
||
Bug 852950 removed nsXPComStub.cpp.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•