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 unsigned/signed mismatch errors on clang-cl #204

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

rkevingibson
Copy link
Contributor

When compiling on Windows with clang-cl (version 17.0.6), I'm getting a handful of signed/unsigned mismatch warnings that are treated as errors, mostly from enums that are being explicitly treated as signed. This seems to behave differently from MSVC, which is more lax about enum value conversions.

Should be no functional changes here, just some no-op casts.

@nicebyte
Copy link
Owner

Thanks for the PR!

@nicebyte nicebyte merged commit 2378eb8 into nicebyte:master Mar 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants