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

Enable Treating Warnings as Errors #48

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Enable Treating Warnings as Errors #48

merged 2 commits into from
Nov 8, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Nov 8, 2023

This pull request introduces the capability to treat warnings as errors by setting the -Werror flag. With this change, warnings will be detected during the build process, eliminating the need for a separate job to check warnings. As a result, it closes #46.

@threeal threeal self-assigned this Nov 8, 2023
@threeal threeal added this to the C++ Starter v1.0.0 milestone Nov 8, 2023
@threeal threeal marked this pull request as ready for review November 8, 2023 13:43
@threeal threeal merged commit 1102347 into main Nov 8, 2023
3 checks passed
@threeal threeal deleted the treat-warning-as-error branch November 8, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Enable to Treat Warning as Error
1 participant