commit | 98d2fe9f8516f96075405d42c742d22ab421fc0a | [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:41:13 2021 -0400 |
tree | 102e852bc428d7b90adec0374feb74f68db40fbb | |
parent | 7f5cd4786a9ec19a1b936a98ddc30638356d89aa [diff] |
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. +