kripken / intensityengine

[Not active!] An open source platform for 3D games and virtual worlds
https://web.archive.org/web/20100222011320/http://www.syntensity.com/
Other
58 stars 15 forks source link

Build Error (V8 scons) - dereference/aliasing rule Warnings treated as errors #28

Open mistergibson opened 14 years ago

mistergibson commented 14 years ago

I am unable to build V8 JS engine because scons treats warnings as errors.

To 'just get it built' I removed all -Werror entries mentioned in SConstruct. Looks like your dereferencing does break strict aliasing rules and generates the warnings treated as errors.

Built fine after that.