From 6ecdeada49efca8c0b4ff368eeb3336555dede47 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 26 Mar 2010 09:58:21 -0700 Subject: [PATCH] Remove -Werror on V8 -_- --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index d33b567ec19..99271ca02fd 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']