summaryrefslogtreecommitdiff
path: root/deps/v8/SConstruct
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-21 12:31:43 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-07-21 12:31:46 -0700
commite4eeaa7fbcce054e372633cd3724c530e26e5a54 (patch)
tree35704f53ac8f13b6237b8c22f1150254f32454de /deps/v8/SConstruct
parent07ab34cd582cf0bf75794c6b064cf70a44c8df6b (diff)
downloadnode-new-e4eeaa7fbcce054e372633cd3724c530e26e5a54.tar.gz
Upgrade V8 to 2.3.2
Diffstat (limited to 'deps/v8/SConstruct')
-rw-r--r--deps/v8/SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct
index 8af97d6870..d8c02d0249 100644
--- a/deps/v8/SConstruct
+++ b/deps/v8/SConstruct
@@ -300,6 +300,7 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
+ '-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']