Avoid integer-type-size-related warnings on Windows+MinGW
eyalroz opened this issue · comments
Eyal Rozenberg commented
When building on Windows with MinGW, we (still) get several integer-type-sized-related warnings about casts. Let's avoid them with some defensive casting.