From 70b2a44579393139603dbef8500e5efd3f34200e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 10 Mar 2010 11:03:26 -0800 Subject: [PATCH] Remove -Werror from V8 --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index f7638e0b2a..dd26cb4147 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -275,7 +275,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']