Browse Source

Remove -Werror from v8 SConstruct

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

1
deps/v8/SConstruct

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

Loading…
Cancel
Save