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

[NFC] Check for defined(__GNUC__) before use #116076

Merged
merged 2 commits into from
Nov 14, 2024

Commits on Nov 13, 2024

  1. [NFC] Check for defined(__GNUC__) before use

    This silences some spurious warnings on Windows builds that __GNUC__ is
    not defined. These warnings make Windows builds very noisy.
    DavidTruby committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c60741f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    b3d418d View commit details
    Browse the repository at this point in the history