Closed
Bug 684771
Opened 14 years ago
Closed 14 years ago
js/src/jsscript.cpp(300) : warning C4309: 'specialization' : truncation of constant value
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: m_kato, Assigned: m_kato)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
|
1.04 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=6285157&full=1
d:/mozilla-build/python25/python2.5.exe -O e:/builds/moz2_slave/m-in-w32/build/js/src/build/cl.py cl -Fojsscript.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/build/js/src -I. -I./../../dist/include -I./../../dist/include/nsprpub -Ie:/builds/moz2_slave/m-in-w32/build/obj-firefox/dist/include/nspr -I/e/builds/moz2_slave/m-in-w32/build/js/src -I/e/builds/moz2_slave/m-in-w32/build/js/src/assembler -I/e/builds/moz2_slave/m-in-w32/build/js/src/yarr -GR- -TP -nologo -wd4345 -D_CRT_SECURE_NO_WARNINGS -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4800 -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /e/builds/moz2_slave/m-in-w32/build/js/src/jsscript.cpp
...
e:/builds/moz2_slave/m-in-w32/build/js/src/jsscript.cpp(300) : warning C4309: 'specialization' : truncation of constant value
e:/builds/moz2_slave/m-in-w32/build/js/src/jsscript.cpp(301) : warning C4309: 'specialization' : truncation of constant value
| Assignee | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Attachment #558383 -
Flags: review?(wmccloskey)
Attachment #558383 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: general → m_kato
Whiteboard: [inbound]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•