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

JitArm64: Resolve deprecated enum conversion warning #12135

Commits on Aug 23, 2023

  1. JitArm64: Resolve deprecated enum conversion warning

    Resolve warning caused by using values from two different enums in a
    conditional expression which was deprecated in c++20.
    
    The warning in question is clang -Wdeprecated-anon-enum-enum-conversion
    and gcc -Wenum-compare.
    Dentomologist committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a650a16 View commit details
    Browse the repository at this point in the history