Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

build: unconditionally disable -Werror #6818

Closed
wants to merge 1 commit into from

Conversation

bnoordhuis
Copy link
Member

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.

Suggested reviewer(s): @tjfontaine @trevnorris

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 nodejs#6817.
@TooTallNate
Copy link

LGTM

@indutny
Copy link
Member

indutny commented Jan 7, 2014

Thank you, landed in f057c70

@indutny indutny closed this Jan 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants