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

build: enable Werror on non-Windows #2335

Merged
merged 1 commit into from
Nov 2, 2023
Merged

build: enable Werror on non-Windows #2335

merged 1 commit into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. build: enable Werror on non-Windows

    Because of our changes recently, we can now build the project with
    -Werror. However, this doesn't enable all warnings. We should add
    warnings to the list of flagged warnings so as to forbid more and more
    bad code.
    
    Windows is simply too noisy to enable -Werror for right now.
    Riolku committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6b35668 View commit details
    Browse the repository at this point in the history