summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-29 15:09:31 -0700
committerisaacs <i@izs.me>2012-06-09 08:09:58 -0700
commitc08357c32fd52c89a4f952ff9dd4ac0608adb88a (patch)
tree18bdbebb99f9c879e3802835493d461e1f430308
parent940a6863ead6622e5439e07be631359c31e63b68 (diff)
downloadnode-c08357c32fd52c89a4f952ff9dd4ac0608adb88a.tar.gz
v8: Floating patches
-rw-r--r--deps/v8/build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi
index 74a964d4d..5fa109b4d 100644
--- a/deps/v8/build/common.gypi
+++ b/deps/v8/build/common.gypi
@@ -317,7 +317,7 @@
'cflags': [ '-I/usr/pkg/include' ],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
- 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
+ 'cflags': [ '-Wno-unused-parameter',
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
}],
],