kaitai_struct_cpp_stl_runtime icon indicating copy to clipboard operation
kaitai_struct_cpp_stl_runtime copied to clipboard

Add support for mingw and fix signedness compare warning

Open PeterWendt opened this issue 4 years ago • 0 comments

The || defined(__MINGW32__) makes it possible to compile with MinGw on Windows

additionally changing the type of got_len from int to size_t fixes the wsigncomparewarning that occurs

Closes https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime/issues/44

PeterWendt avatar Sep 15 '21 07:09 PeterWendt