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 C4018 warnings in MSVC on WIN32 #482

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

jam3sward
Copy link
Contributor

This fixes two C4018 (signed/unsigned mismatch) warnings in MSVC on WIN32 by using const auto, and removing some type casts.

@jam3sward
Copy link
Contributor Author

Ah, oops, it builds successfully in VS 2022 17.9.4, but the AppVeyor build fails. Will investigate.

@jam3sward
Copy link
Contributor Author

Fixed, and it seems happy now :)

@syoyo syoyo merged commit cde43ef into syoyo:release Mar 26, 2024
8 checks passed
@syoyo
Copy link
Owner

syoyo commented Mar 26, 2024

Thanks! Merged!

@jam3sward jam3sward deleted the fix-c4018-warnings-msvc-win32 branch March 29, 2024 08:46
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.

3 participants