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

cmake: remove -Werror #887

Merged
merged 1 commit into from
Sep 25, 2020
Merged

cmake: remove -Werror #887

merged 1 commit into from
Sep 25, 2020

Conversation

julianoes
Copy link
Collaborator

I think it's a better idea to only use -Werror in CI because:

  • This way the build is more robust when built for unknown environments with unknown compilers and compiler versions.
  • Many developers get confused by warnings and are blocked assuming they are actual errors.

Fixes #611.

@julianoes julianoes force-pushed the no-werror branch 2 times, most recently from d1b99f3 to ae547fe Compare October 23, 2019 15:22
JonasVautherin
JonasVautherin previously approved these changes Oct 23, 2019
Copy link
Collaborator

@JonasVautherin JonasVautherin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok!

JonasVautherin
JonasVautherin previously approved these changes Nov 4, 2019
@julianoes julianoes marked this pull request as draft May 7, 2020 15:59
@julianoes julianoes marked this pull request as ready for review July 21, 2020 13:44
@julianoes
Copy link
Collaborator Author

9 months later, and I'm giving this another try 😄.

I think it's a better idea to only use -Werror in CI because:
- This way the build is more robust when built for unknown
  environments with unknown compilers and compiler versions.
- Many developers get confused by warnings and are blocked
  assuming they are actual errors.
@julianoes julianoes merged commit 2889d57 into develop Sep 25, 2020
@julianoes julianoes deleted the no-werror branch September 25, 2020 06:28
@julianoes
Copy link
Collaborator Author

Got it in within one year, come on!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove -Werror except for CI
2 participants