summaryrefslogtreecommitdiff
path: root/deps/v8/SConstruct
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-02-23 22:58:50 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-02-23 22:58:54 -0800
commite0ecf4f8f58f1703b9c9db54376316242530d39c (patch)
tree9587a4ac9c0cbcf1a0fc79a9b5ec1ce0374b354e /deps/v8/SConstruct
parentb80bdda14e2213e928d3dc3895b3c680d2ea674a (diff)
downloadnode-new-e0ecf4f8f58f1703b9c9db54376316242530d39c.tar.gz
Remove -Werror on V8
Are they ever going to fix this?
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 0b038039ef..5483663fd6 100644
--- a/deps/v8/SConstruct
+++ b/deps/v8/SConstruct
@@ -267,7 +267,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
- '-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']