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: Add option to treat warnings as errors #108

Merged
merged 1 commit into from Feb 20, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Feb 20, 2020

Many bugs in the project have been unveiled by increasing the warning level and handling all warnings in general. Add an option to tell the compiler to treat warnings as errors. This enables the CI to detect regressions and potentially unsafe changes more faithfully. By default, this option is set to OFF for backwards compatibility.

@stotko stotko added this to the 1.3.0 milestone Feb 20, 2020
@stotko stotko merged commit 625b62b into master Feb 20, 2020
@stotko stotko deleted the cmake_warnings_as_errors branch February 20, 2020 18:33
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.

None yet

1 participant