From 883b3e287385747f9e00a77676ff254fa49e6598 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 11 Aug 2010 00:23:12 -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 2a1776e..00b8fb7 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -300,7 +300,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor'] -- 2.7.4