diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-03-26 09:58:21 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-03-26 09:58:21 -0700 |
commit | 6ecdeada49efca8c0b4ff368eeb3336555dede47 (patch) | |
tree | 0fb27804176efffd9211c3c04b8ff9f647def085 /deps/v8 | |
parent | 6192b8659a3dedb86393cfb78121a26f2a3e31e6 (diff) | |
download | node-new-6ecdeada49efca8c0b4ff368eeb3336555dede47.tar.gz |
Remove -Werror on V8 -_-
Diffstat (limited to 'deps/v8')
-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 d33b567ec1..99271ca02f 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'] |