Closed Bug 685465 Opened 13 years ago Closed 13 years ago

js\src\jsobj.h(333) : warning C4099: 'js::GlobalObject' : type name first seen using 'struct' now seen using 'class'

Categories

(Core :: JavaScript Engine, defect)

x86
Windows Vista
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla9

People

(Reporter: m_kato, Unassigned)

Details

Attachments

(1 file)

After recent TI/JM merging, this warning hits on warnaserr.

https://tbpl.mozilla.org/php/getParsedLog.php?id=6325531&full=1

d:/mozilla-build/python25/python2.5.exe -O e:/builds/moz2_slave/m-in-w32-dbg/build/js/src/build/cl.py cl -Fojsapi.obj -c   -DOSTYPE=\"WINNT5.2\" -DOSARCH=WINNT -DEXPORT_JS_API -DIMPL_MFBT -DJS_HAS_CTYPES -DDLL_PREFIX=\"\" -DDLL_SUFFIX=\".dll\" -Ictypes/libffi/include -I.  -I/e/builds/moz2_slave/m-in-w32-dbg/build/js/src -I. -I./../../dist/include -I./../../dist/include/nsprpub  -Ie:/builds/moz2_slave/m-in-w32-dbg/build/obj-firefox/dist/include/nspr  -I/e/builds/moz2_slave/m-in-w32-dbg/build/js/src -I/e/builds/moz2_slave/m-in-w32-dbg/build/js/src/assembler -I/e/builds/moz2_slave/m-in-w32-dbg/build/js/src/yarr    -GR- -TP -nologo -wd4345 -D_CRT_SECURE_NO_WARNINGS -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4800 -we4553  -DDEBUG -D_DEBUG -DTRACING -Zi -Oy- -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MDd           -FI ./js-confdefs.h -DMOZILLA_CLIENT /e/builds/moz2_slave/m-in-w32-dbg/build/js/src/jsapi.cpp
jsapi.cpp

e:\builds\moz2_slave\m-in-w32-dbg\build\js\src\jsobj.h(333) : warning C4099: 'js::GlobalObject' : type name first seen using 'struct' now seen using 'class'

        e:\builds\moz2_slave\m-in-w32-dbg\build\js\src\jsinfer.h(58) : see declaration of 'js::GlobalObject'

e:\builds\moz2_slave\m-in-w32-dbg\build\js\src\vm/GlobalObject.h(81) : warning C4099: 'js::GlobalObject' : type name first seen using 'struct' now seen using 'class'

        e:\builds\moz2_slave\m-in-w32-dbg\build\js\src\jsinfer.h(58) : see declaration of 'js::GlobalObject'
Attached patch fixSplinter Review
Attachment #559133 - Flags: review?(bhackett1024)
Attachment #559133 - Flags: review?(bhackett1024) → review+
this was fixed by the following.  mark as resolved due to no bug.

changeset:   76739:f6d9507d6f6e
user:        Kyle Huey <khuey@kylehuey.com>
date:        Thu Sep 08 13:22:20 2011 -0400
summary:     Fix MSVC build warning (no bug). rs=bhackett
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: