Remove -Werror on V8
authorRyan Dahl <ry@tinyclouds.org>
Wed, 24 Feb 2010 06:58:50 +0000 (22:58 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 24 Feb 2010 06:58:54 +0000 (22:58 -0800)
Are they ever going to fix this?

deps/v8/SConstruct

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