We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728101e commit c6bfaf1Copy full SHA for c6bfaf1
src/cc-compat.h
@@ -48,6 +48,7 @@
48
/* Define the printf format specifer to use for size_t output */
49
#if defined(_MSC_VER) || defined(__MINGW32__)
50
51
+/* The first block is needed to avoid warnings on MingW amd64 */
52
# if (SIZE_MAX == ULLONG_MAX)
53
# define PRIuZ "I64u"
54
# define PRIxZ "I64x"
0 commit comments