summaryrefslogtreecommitdiff
path: root/deps/v8/SConstruct
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-08-11 00:23:12 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-08-11 00:23:12 -0700
commit883b3e287385747f9e00a77676ff254fa49e6598 (patch)
tree99b09e8cfcfc310c482ba48406cc38d6dadb22f8 /deps/v8/SConstruct
parentfd3cd755d15e37fd20aaadf22a30fc84a5cb737f (diff)
downloadnode-new-883b3e287385747f9e00a77676ff254fa49e6598.tar.gz
Remove -Werror from v8 SConstruct
Diffstat (limited to 'deps/v8/SConstruct')
-rw-r--r--deps/v8/SConstruct1
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']