Remove Werror from SConstruct

This commit is contained in:
Ryan Dahl 2010-07-21 12:43:19 -07:00
parent e4eeaa7fbc
commit cb97cdb256

1
deps/v8/SConstruct vendored
View File

@ -300,7 +300,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
'-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']