syoyo / tinygltf

Header only C++11 tiny glTF 2.0 library
MIT License
1.94k stars 395 forks source link

msvc 32bit: Fix C4244 warning #485

Closed bwrsandman closed 1 month ago

bwrsandman commented 1 month ago

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

syoyo commented 1 month ago

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