From 50cfeef65e60690b6d318a294981aaed4bc98dcc Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Feb 2012 13:55:23 -0800 Subject: [PATCH] Remove -Wall from v8 build --- deps/v8/build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index e2b49a23664..6e1cbea7a10 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' ], }], ],