Closed
Bug 680818
Opened 13 years ago
Closed 13 years ago
HAVE_STDCALL is unnecessary on Win64
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla9
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
1.04 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
This bustage is by bug 675221.
http://tbpl.allizom.org/php/getParsedLog.php?id=6058097
nsThreadUtils.cpp
c:/mozilla-build/python/python2.6.exe -O e:/builds/moz2_slave/m-cen-w64/build/build/cl.py cl -FonsThreadUtils.obj -c -D_HAS_EXCEPTIONS=0 -I../../dist/stl_wrappers -DOSTYPE=\"WINNT6.1\" -DOSARCH=WINNT -D_USE_ANSI_CPP -DTARGET_XPCOM_ABI=\"x86_64-msvc\" -I/e/builds/moz2_slave/m-cen-w64/build/xpcom/glue/../build -I/e/builds/moz2_slave/m-cen-w64/build/xpcom/glue -I. -I../../dist/include -I../../dist/include/nsprpub -Ie:/builds/moz2_slave/m-cen-w64/build/obj-firefox/dist/include/nspr -Ie:/builds/moz2_slave/m-cen-w64/build/obj-firefox/dist/include/nss -TP -nologo -W3 -Gy -Fdgenerated.pdb -wd4800 -we4553 -DNDEBUG -DTRIMMED -Zi -Oy- -Zi -UDEBUG -DNDEBUG -GL -O1 -MT -FI ../../dist/include/mozilla-config.h -DMOZILLA_CLIENT -Zl /e/builds/moz2_slave/m-cen-w64/build/xpcom/glue/nsThreadUtils.cpp
nsThreadUtils.cpp
e:\builds\moz2_slave\m-cen-w64\build\xpcom\glue\nsStringAPI.h(1323) : warning C4244: 'argument' : conversion from '__int64' to 'PRUint32', possible loss of data
e:\builds\moz2_slave\m-cen-w64\build\xpcom\glue\nsStringAPI.h(1361) : warning C4244: 'argument' : conversion from '__int64' to 'PRUint32', possible loss of data
e:\builds\moz2_slave\m-cen-w64\build\xpcom\glue\nsThreadUtils.h(325) : error C2953: 'nsRunnableMethodTraits<R(__cdecl C::* )(void),Owning>' : class template has already been defined
e:\builds\moz2_slave\m-cen-w64\build\xpcom\glue\nsThreadUtils.h(313) : see declaration of 'nsRunnableMethodTraits<R(__cdecl C::* )(void),Owning>'
Assignee | ||
Updated•13 years ago
|
Blocks: tracking_win64
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #554781 -
Flags: review?(khuey)
Attachment #554781 -
Flags: review?(khuey) → review+
Updated•13 years ago
|
Blocks: support-win64
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•