summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-02-28 12:58:15 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-02-28 12:58:15 -0800
commit5f95d9a75de023c7756b51ef0bab5eae671cab05 (patch)
tree22929a803cdfa84e982e86588f544f026f26e5e4 /deps
parentbc8e9b340dd17ea5756c2ff0374763d9906efc92 (diff)
downloadnode-new-5f95d9a75de023c7756b51ef0bab5eae671cab05.tar.gz
Remove -Werror from V8
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct
index 6b155e4593..436581a9ba 100644
--- a/deps/v8/SConstruct
+++ b/deps/v8/SConstruct
@@ -306,7 +306,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
- '-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']