Remove -Werror from v8 SConstruct

This commit is contained in:
Ryan Dahl 2010-08-11 00:23:12 -07:00
parent fd3cd755d1
commit 883b3e2873

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']