Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bytes_to_str(): fix MSVC
'>': signed/unsigned mismatch
warning
MSVC doesn't display this warning even with `/W4`, one has to provide `/Wall`. But I guess some people are seeing this, see roelschroeven@1793188 For the record, here's what the entire warning looked like: ``` C:\temp\kaitai_struct\runtime\cpp_stl\kaitai\kaitaistream.cpp(893,22): warning C4388: '>': signed/unsigned mismatch [C:\temp\kaitai_struct\runtime\cpp_stl\build\kaitai_struct_cpp_stl_runtime.vcxproj] ```
- Loading branch information