From 0eb8d880f8b47c470e6bc164f9158685c10434dc Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 25 Sep 2009 08:40:34 +0200 Subject: [PATCH] Remove -Werror on v8, for compiling on GCC 4.4 --- 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