From 4b216d266af9a7aa1ee034458e654264f074ee57 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 26 May 2010 10:48:20 -0700 Subject: [PATCH] Remove -Werror from V8 SConstruct --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index cf6b57d7ac..7cf866ca55 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -294,7 +294,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']