Remove -Werror from V8

v0.7.4-release
Ryan Dahl 2011-02-28 12:58:15 -08:00
parent bc8e9b340d
commit 5f95d9a75d
1 changed files with 0 additions and 1 deletions

1
deps/v8/SConstruct vendored
View File

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