Browse Source

Remove -Werror on V8 -_-

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
6ecdeada49
  1. 1
      deps/v8/SConstruct

1
deps/v8/SConstruct

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

Loading…
Cancel
Save