Browse Source

Kill -Werror in V8 for GCC 4.4.1 users.

http://code.google.com/p/v8/issues/detail?id=413
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
8fd46a34d6
  1. 1
      deps/v8/SConstruct

1
deps/v8/SConstruct

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

Loading…
Cancel
Save