From 2060e32ec9dee243d007cd29a805ed0df3ea6a43 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 b5aa7ab..e1a37f3 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -238,7 +238,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor'] -- 2.7.4