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 clang on x86_64. #1981

Merged
merged 1 commit into from Jan 29, 2015
Merged

Commits on Jan 29, 2015

  1. Fix clang on x86_64.

    If we are compiling in the CRC32 hash, clang has an issue with casting a s32 to a u64.
    Change our lens argument to a unsigned integer to fix the issue.
    Sonicadvance1 committed Jan 29, 2015
    Copy the full SHA
    1c388b6 View commit details
    Browse the repository at this point in the history