build: unconditionally disable -Werror
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 7 Jan 2014 16:51:41 +0000 (17:51 +0100)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 7 Jan 2014 19:35:04 +0000 (23:35 +0400)
commitf057c7049eea6e6396dfd8117910ccb2a5c8977a
tree0e1b2a13fdb949206e9e6fc867829d1fe30e0b5f
parente1f4f6aa28e14406edab737677636603bf6ab81f
build: unconditionally disable -Werror

Forcibly disable -Werror, the old { 'werror': '' } hack in node.gyp
no longer works with newer versions of V8.

We support a wide range of compilers, it's simply not feasible to
squelch all warnings, never mind that the libraries in deps/ are
not under our control.

Fixes #6817.
common.gypi
node.gyp