Closed
Bug 662083
Opened 14 years ago
Closed 14 years ago
warning C4251 in jswrapper.h
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 662114
People
(Reporter: RyanVM, Unassigned)
Details
(Whiteboard: [build_warning])
Saw this in the win32 build logs of the JM branch.
e:\builds\moz2_slave\jm-w32\build\js\src\jswrapper.h(163) : warning C4251: 'js::ForceFrame::frame' : class 'js::DummyFrameGuard' needs to have dll-interface to be used by clients of class 'js::ForceFrame'
e:\builds\moz2_slave\jm-w32\build\js\src\vm/Stack.h(1481) : see declaration of 'js::DummyFrameGuard'
Reporter | ||
Updated•14 years ago
|
Summary: Warning C4251 in jswrapper.h → TI: warning C4251 in jswrapper.h
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Summary: TI: warning C4251 in jswrapper.h → warning C4251 in jswrapper.h
You need to log in
before you can comment on or make changes to this bug.
Description
•