Remove -Werror on V8 -_-

This commit is contained in:
Ryan Dahl 2010-03-26 09:58:21 -07:00
parent 6192b8659a
commit 6ecdeada49

1
deps/v8/SConstruct vendored
View File

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