Kill -Werror in V8 for GCC 4.4.1 users.

http://code.google.com/p/v8/issues/detail?id=413
This commit is contained in:
Ryan Dahl
2009-10-09 14:21:41 +02:00
parent 335d9af71f
commit 2060e32ec9

1
deps/v8/SConstruct vendored
View File

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