From 98d2fe9f8516f96075405d42c742d22ab421fc0a Mon Sep 17 00:00:00 2001 From: eugene Date: Wed, 12 May 2021 12:33:36 -0400 Subject: [PATCH] add changelog entry Signed-off-by: eugene --- ChangeLog.d/fix-mingw-build.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/fix-mingw-build.txt diff --git a/ChangeLog.d/fix-mingw-build.txt b/ChangeLog.d/fix-mingw-build.txt new file mode 100644 index 0000000000..b5255beb38 --- /dev/null +++ b/ChangeLog.d/fix-mingw-build.txt @@ -0,0 +1,4 @@ +Changes + * fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on. + When that flag is on, standard GNU C printf format specifiers should be used. +