From 7946ad2634201e3ab730ee894a4723698bc7e6a1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 29 May 2012 15:09:31 -0700 Subject: [PATCH] v8: Floating patches --- 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 7f084b8c1d..72f7d354af 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -324,7 +324,7 @@ }, 'conditions': [ ['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' ], }], ],