aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-27 13:55:23 -0800
committerisaacs <i@izs.me>2012-02-27 13:55:23 -0800
commit50cfeef65e60690b6d318a294981aaed4bc98dcc (patch)
tree4630952e466597bb968e2687e844c6f1007edae9
parent412cebec9e0b10eedf3547a1fde3cf56a9374c99 (diff)
downloadandroid-node-v8-50cfeef65e60690b6d318a294981aaed4bc98dcc.tar.gz
android-node-v8-50cfeef65e60690b6d318a294981aaed4bc98dcc.tar.bz2
android-node-v8-50cfeef65e60690b6d318a294981aaed4bc98dcc.zip
Remove -Wall from v8 build
-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 e2b49a2366..6e1cbea7a1 100644
--- a/deps/v8/build/common.gypi
+++ b/deps/v8/build/common.gypi
@@ -305,7 +305,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' ],
}],
],