build: fix g++ 4.8 build, disable -Werror
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 6 Mar 2014 04:11:07 +0000 (05:11 +0100)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Sun, 23 Mar 2014 23:11:08 +0000 (16:11 -0700)
commit7989f42f866699b726f596add387fb19fa39bc55
tree89943c342665f924d5de4f1a1228fce93bc53be8
parent43a29f53ca11ab48e1d1ef6b2a0e673ae43a42a0
build: fix g++ 4.8 build, disable -Werror

Turn off -Werror when building V8, it hits -Werror=unused-local-typedefs
with g++ 4.8.  The warning itself is harmless so don't abort the build.

This was originally implemented in commit d2ab314e back in 2011 but the
build process has gone through a few iterations since then, that change
no longer works.
common.gypi
node.gyp