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

Fix a bunch of compiler warnings on 32bit builds #2784

Merged
merged 2 commits into from Nov 27, 2023

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    c90a7e1 View commit details
    Browse the repository at this point in the history
  2. Avoid compiler complaints from Transmeta Crusoe detection on x86 builds

    Multi-character character constants are implementation defined, and
    while it MAY be reliable enough on i386 gcc, even that produces a
    warning. I don't have a test-Robinson here so rather than risk a
    conversion to string comparison like the other is_arch() tests are,
    just write out the integer and leave the character constant as a
    reference comment.
    pmatilai committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a5af04b View commit details
    Browse the repository at this point in the history