diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-07-21 12:43:19 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-21 12:43:19 -0700 |
commit | cb97cdb256823433ca571f34f2fdd1a0063e4ef8 (patch) | |
tree | 3fabd2c4775d3a31580df7e51b883facc2e8a507 /deps/v8/SConstruct | |
parent | e4eeaa7fbcce054e372633cd3724c530e26e5a54 (diff) | |
download | node-new-cb97cdb256823433ca571f34f2fdd1a0063e4ef8.tar.gz |
Remove Werror from SConstruct
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 d8c02d0249..8af97d6870 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -300,7 +300,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor'] |