From ac64c9e54690e7b0bbf26a583d8f4689bb95eb63 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 13 Jun 2012 15:37:15 +0200 Subject: [PATCH] v8: reapply floating patches Note that 26f754d9 ('fix error handling in SendConnectMessage') is no longer necessary; it was properly fixed upstream in V8 r11609. --- 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 7f084b8..72f7d35 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' ], }], ], -- 2.7.4