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

msvc 32bit: Fix C4244 warning #485

Merged
merged 1 commit into from
May 20, 2024
Merged

msvc 32bit: Fix C4244 warning #485

merged 1 commit into from
May 20, 2024

Conversation

bwrsandman
Copy link
Contributor

@bwrsandman bwrsandman commented May 10, 2024

On 32 bit msvc compilers with warnings on, there are C4244 warnings about implicit casting from 'std::streamoff' to size_t and vector::size_type

On 32 bit msvc compilers with warnings on, there are C4244 warnings about  from 'std::streamoff' to size_t to vector::size_type
@syoyo syoyo merged commit e54660f into syoyo:release May 20, 2024
8 checks passed
@syoyo
Copy link
Owner

syoyo commented May 20, 2024

Thanks! Merged!
(Sorry for the delay. I have missed this PR for some reason)

@bwrsandman bwrsandman deleted the patch-1 branch May 20, 2024 21:17
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