Updates:
        Owner: [email protected]

Comment #1 on issue 1806 by [email protected]: Compile error (-Werror=unused-but-set-variable)
http://code.google.com/p/v8/issues/detail?id=1806

You can certainly edit the SConstruct file and edit the compilation flags [1]. Also note that scons is being deprecated in favour of gyp for which you can find build instructions on the wiki [2]. There you can disable -Werror on the command line like this:
make werror=no x64.release

[1] http://code.google.com/p/v8/source/browse/branches/bleeding_edge/SConstruct?r=8872#291
[2] http://code.google.com/p/v8/wiki/BuildingWithGYP

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to