diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-03-10 11:03:26 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-03-10 11:03:26 -0800 |
commit | 70b2a44579393139603dbef8500e5efd3f34200e (patch) | |
tree | 39fca8dc1b93fc11433724bc65ec536fffd3016e /deps/v8/SConstruct | |
parent | 073947c150316cfc0bd440851e590663c3b67814 (diff) | |
download | node-new-70b2a44579393139603dbef8500e5efd3f34200e.tar.gz |
Remove -Werror from V8
Diffstat (limited to 'deps/v8/SConstruct')
-rw-r--r-- | deps/v8/SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index f7638e0b2a..dd26cb4147 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -275,7 +275,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor'] |