Browse Source

Remove -Werror on V8

Are they ever going to fix this?
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
e0ecf4f8f5
  1. 1
      deps/v8/SConstruct

1
deps/v8/SConstruct

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

Loading…
Cancel
Save