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

drop "-Werror" to allow skip warnings on production build #328

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Conversation

recp
Copy link
Owner

@recp recp commented Jul 8, 2023

While the -Werror flag is useful during development as it forces the handling of all warnings, it can create issues when building the code in different environments, where certain innocuous warnings might be treated as errors and prevent a successful build.

This pull request removes the -Werror flag from the project build files.

@recp recp merged commit 3b683cf into master Jul 13, 2023
34 checks passed
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