diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-08-11 00:23:12 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-08-11 00:23:12 -0700 |
commit | 883b3e287385747f9e00a77676ff254fa49e6598 (patch) | |
tree | 99b09e8cfcfc310c482ba48406cc38d6dadb22f8 /deps | |
parent | fd3cd755d15e37fd20aaadf22a30fc84a5cb737f (diff) | |
download | node-new-883b3e287385747f9e00a77676ff254fa49e6598.tar.gz |
Remove -Werror from v8 SConstruct
Diffstat (limited to 'deps')
-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 2a1776e86f..00b8fb7219 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'] |