diff options
| -rw-r--r-- | src/cc-compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cc-compat.h b/src/cc-compat.h index 893c2a4da..8aaa8bb5a 100644 --- a/src/cc-compat.h +++ b/src/cc-compat.h @@ -48,6 +48,7 @@ /* Define the printf format specifer to use for size_t output */ #if defined(_MSC_VER) || defined(__MINGW32__) +/* The first block is needed to avoid warnings on MingW amd64 */ # if (SIZE_MAX == ULLONG_MAX) # define PRIuZ "I64u" # define PRIxZ "I64x" |
