From e0ecf4f8f58f1703b9c9db54376316242530d39c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 23 Feb 2010 22:58:50 -0800 Subject: [PATCH] Remove -Werror on V8 Are they ever going to fix this? --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index 0b038039ef..5483663fd6 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -267,7 +267,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']