commit | e42a50da04105827b6dc1d171c4b0a2a55e820a5 | [log] [tgz] |
---|---|---|
author | eugene <eugene.kobyakov@netfoundry.io> | Wed May 12 12:33:36 2021 -0400 |
committer | eugene <eugene.kobyakov@netfoundry.io> | Wed May 12 12:59:30 2021 -0400 |
tree | 5e5e7e720995d0c564aca3c686c166db4e42550a | |
parent | eb3e463380334687d431b894a0dfe7bfe9d42fd2 [diff] [blame] |
use proper formatting macros when using MinGW provided stdio add changelog entry Signed-off-by: eugene <eugene.kobyakov@netfoundry.io>
diff --git a/ChangeLog.d/fix-mingw-build.txt b/ChangeLog.d/fix-mingw-build.txt new file mode 100644 index 0000000..b5255be --- /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. +