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

CMake: enable -Wsign-conversion #338

Merged
merged 2 commits into from
Aug 21, 2018
Merged

CMake: enable -Wsign-conversion #338

merged 2 commits into from
Aug 21, 2018

Commits on Aug 21, 2018

  1. Ensure that bitwise operation the same sign of arguments

    EVMC_STATIC is an enum, which in many compilers would be treated as a signed type (even though none of the values are negative)
    axic committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b6a1cff View commit details
    Browse the repository at this point in the history
  2. CMake: enable -Wsign-conversion

    axic committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    e999462 View commit details
    Browse the repository at this point in the history