Remove -Werror from V8
authorRyan Dahl <ry@tinyclouds.org>
Mon, 28 Feb 2011 20:58:15 +0000 (12:58 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 28 Feb 2011 20:58:15 +0000 (12:58 -0800)
deps/v8/SConstruct

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