MinGW GCC issues print format warnings #142
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When build 64 bit target with MinGW GCC get the following warnings:
It seems that MinGW gcc (7.2.0) doesn't believe that msvcrt is C99 compliant in respect to 'll' size prefix.
Also when build 32 bit target with MinGW GCC get the following warnings:
Replacing
with
in stdinc.h fixes the issue for both 32 and 64 bit targets.