Skip to content

Commit c6bfaf1

Browse files
authored
Explanation for the rationale behind splitting formatting
1 parent 728101e commit c6bfaf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cc-compat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
/* Define the printf format specifer to use for size_t output */
4949
#if defined(_MSC_VER) || defined(__MINGW32__)
5050

51+
/* The first block is needed to avoid warnings on MingW amd64 */
5152
# if (SIZE_MAX == ULLONG_MAX)
5253
# define PRIuZ "I64u"
5354
# define PRIxZ "I64x"

0 commit comments

Comments
 (0)