Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -Werror in CI only #201

Merged
merged 1 commit into from
Nov 12, 2021
Merged

Use -Werror in CI only #201

merged 1 commit into from
Nov 12, 2021

Conversation

zeux
Copy link
Collaborator

@zeux zeux commented Nov 12, 2021

We keep getting compat reports for warnings in various compiler
versions. While we can keep merging PRs to resolve these warnings, it
would be nice if the users of other compilers or compiler versions weren't
blocked on us fixing this.

As such, this change disables Werror by default and only enables it when
requested, which happens in CI in test builds.

Fixes #140.

We keep getting compat reports for warnings in various compiler
versions. While we can keep merging PRs to resolve these warnings, it
would be nice if the users of other compilers or compiler versions weren't
blocked on us fixing this.

As such, this change disables Werror by default and only enables it when
requested, which happens in CI in test builds.
@zeux zeux merged commit b7d26b3 into master Nov 12, 2021
@zeux zeux deleted the werr branch November 12, 2021 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Feedback: should we use -Werror & /WX only in CI?
2 participants