Remove -Werror on v8, for compiling on GCC 4.4
authorRyan Dahl <ry@tinyclouds.org>
Fri, 25 Sep 2009 06:40:34 +0000 (08:40 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 25 Sep 2009 06:40:47 +0000 (08:40 +0200)
deps/v8/SConstruct

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