From 8fd46a34d669700e3c8920390d81d58963cbc7b1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 9 Oct 2009 14:21:41 +0200 Subject: [PATCH] Kill -Werror in V8 for GCC 4.4.1 users. http://code.google.com/p/v8/issues/detail?id=413 --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index ef0917fa78..00bc4efd3e 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -252,7 +252,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']