Closed
Bug 554350
Opened 10 years ago
Closed 9 years ago
jscntxt.h: warning C4273: js::MarkContext' : inconsistent dll linkage
Categories
(Core :: JavaScript Engine, defect)
Not set
Tracking
()
VERIFIED
DUPLICATE
of bug 624205
People
(Reporter: sgautherie, Assigned: sayrer)
Details
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1269338520.1269345794.26989.gz&fulltext=1 WINNT 5.2 mozilla-central nightly on 2010/03/23 03:02:00 { e:\builds\moz2_slave\mozilla-central-win32-nightly\build\js\src\jscntxt.h(707) : warning C4273: 'js_GetClassPrototype' : inconsistent dll linkage e:\builds\moz2_slave\mozilla-central-win32-nightly\build\js\src\jsobj.h(1035) : see previous definition of 'js_GetClassPrototype' e:\builds\moz2_slave\mozilla-central-win32-nightly\build\js\src\jscntxt.h(1396) : warning C4273: 'js_TraceContext' : inconsistent dll linkage e:\builds\moz2_slave\mozilla-central-win32-nightly\build\js\src\jsgc.h(184) : see previous definition of 'js_TraceContext' }
Reporter | ||
Updated•10 years ago
|
blocking2.0: --- → ?
Reporter | ||
Updated•10 years ago
|
Flags: in-testsuite-
Assignee | ||
Updated•10 years ago
|
Assignee: general → sayrer
blocking2.0: ? → beta1+
Assignee | ||
Updated•10 years ago
|
blocking2.0: beta1+ → beta2+
Assignee | ||
Updated•10 years ago
|
blocking2.0: beta2+ → betaN+
Comment 1•9 years ago
|
||
Any chance this can get some love as a persistent source of MSVC warning spam?
Comment 2•9 years ago
|
||
See also: c:\mozbuild\mozilla-central\js\src\jscntxt.h(2412) : warning C4273: 'js::MarkContext' : inconsistent dll linkage c:\mozbuild\mozilla-central\js\src\jsgc.h(812) : see previous definition of 'MarkContext' These warnings are scattered throughout during the build process.
Comment 3•9 years ago
|
||
The definitions in question are: jsgc.h: 787 extern JS_REQUIRES_STACK JS_FRIEND_API(void) 788 MarkContext(JSTracer *trc, JSContext *acx); jscntxt.h: 2461 friend void MarkContext(JSTracer *trc, JSContext *acx);
Comment 4•9 years ago
|
||
Also, the original warnings are no longer present.
Summary: jscntxt.h: 2 "warning C4273: 'js_*' : inconsistent dll linkage" → jscntxt.h: warning C4273: js::MarkContext' : inconsistent dll linkage
Assignee | ||
Updated•9 years ago
|
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Duplicate of bug: 624205
You need to log in
before you can comment on or make changes to this bug.
Description
•