diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-07-21 12:31:43 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-21 12:31:46 -0700 |
commit | e4eeaa7fbcce054e372633cd3724c530e26e5a54 (patch) | |
tree | 35704f53ac8f13b6237b8c22f1150254f32454de /deps/v8/SConstruct | |
parent | 07ab34cd582cf0bf75794c6b064cf70a44c8df6b (diff) | |
download | node-new-e4eeaa7fbcce054e372633cd3724c530e26e5a54.tar.gz |
Upgrade V8 to 2.3.2
Diffstat (limited to 'deps/v8/SConstruct')
-rw-r--r-- | deps/v8/SConstruct | 1 |
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'] |