summaryrefslogtreecommitdiff
path: root/deps/v8/SConstruct
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-21 12:43:19 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-07-21 12:43:19 -0700
commitcb97cdb256823433ca571f34f2fdd1a0063e4ef8 (patch)
tree3fabd2c4775d3a31580df7e51b883facc2e8a507 /deps/v8/SConstruct
parente4eeaa7fbcce054e372633cd3724c530e26e5a54 (diff)
downloadnode-new-cb97cdb256823433ca571f34f2fdd1a0063e4ef8.tar.gz
Remove Werror from 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 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']