Closed
Bug 1032639
Opened 11 years ago
Closed 3 years ago
MSVC warnings C4273: 'NS_StackWalk' : inconsistent dll linkage
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox33 | --- | wontfix |
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug)
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=42816626&tree=Mozilla-Central&full=1
c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/xpcom/base/nsStackWalk.cpp(509) : warning C4273: 'NS_StackWalk' : inconsistent dll linkage
c:\builds\moz2_slave\m-cen-w32-d-000000000000000000\build\xpcom\base\nsStackWalk.h(64) : see previous definition of 'NS_StackWalk'
c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/xpcom/base/nsStackWalk.cpp(775) : warning C4273: 'NS_DescribeCodeAddress' : inconsistent dll linkage
c:\builds\moz2_slave\m-cen-w32-d-000000000000000000\build\xpcom\base\nsStackWalk.h(100) : see previous definition of 'NS_DescribeCodeAddress'
c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/xpcom/base/nsStackWalk.cpp(838) : warning C4273: 'NS_FormatCodeAddressDetails' : inconsistent dll linkage
c:\builds\moz2_slave\m-cen-w32-d-000000000000000000\build\xpcom\base\nsStackWalk.h(120) : see previous definition of 'NS_FormatCodeAddressDetails'
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•