From c08357c32fd52c89a4f952ff9dd4ac0608adb88a 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 74a964d4db..5fa109b4d1 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' ], }], ],