From: Ryan Dahl Date: Wed, 11 Aug 2010 07:23:12 +0000 (-0700) Subject: Remove -Werror from v8 SConstruct X-Git-Tag: v0.1.104~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=883b3e287385747f9e00a77676ff254fa49e6598;p=platform%2Fupstream%2Fnodejs.git Remove -Werror from v8 SConstruct --- 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']