Remove -Werror from V8 SConstruct
authorRyan Dahl <ry@tinyclouds.org>
Wed, 26 May 2010 17:48:20 +0000 (10:48 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 26 May 2010 17:48:20 +0000 (10:48 -0700)
deps/v8/SConstruct

index cf6b57d..7cf866c 100644 (file)
@@ -294,7 +294,6 @@ V8_EXTRA_FLAGS = {
   'gcc': {
     'all': {
       'WARNINGFLAGS': ['-Wall',
-                       '-Werror',
                        '-W',
                        '-Wno-unused-parameter',
                        '-Wnon-virtual-dtor']