Closed
Bug 707773
Opened 14 years ago
Closed 14 years ago
windows64 warning causes shell compile failure
Categories
(Tamarin Graveyard :: Workers, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dschaffe, Unassigned)
References
Details
the compile failure is only windows64 where warnings are treated as errors. works on mac64 and linux64.
the failure was injected recently http://asteam.corp.adobe.com/hg/users/kpalacz/concurrency-team/rev/306678d5822f
It may have just gotten merged into integration:
Adam Welc - Fixed a problem in cloner - getSlotAtom() used to trigger gc of the object being cloned rather than of the current worker.
c:/jenkins/workspace/workers-compile/3dfa3cdb/core/Cloner.cpp(149) : error C2220: warning treated as error - no 'object' file generated
c:/jenkins/workspace/workers-compile/3dfa3cdb/core/Cloner.cpp(149) : warning C4244: 'argument' : conversion from 'intptr_t' to 'uint32_t', possible loss of data
| Reporter | ||
Comment 1•14 years ago
|
||
fixed in http://asteam.corp.adobe.com/hg/users/kpalacz/concurrency-team 7262:a5645ea91dd1
Status: NEW → ASSIGNED
| Reporter | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•