Remove -Werror from V8 SConstruct

This commit is contained in:
Ryan Dahl 2010-05-26 10:48:20 -07:00
parent d4345e1ff8
commit 4b216d266a

1
deps/v8/SConstruct vendored
View File

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