simon-git: putty (main): Jacob Nevins
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Apr 2 13:13:16 BST 2021
TL;DR:
44303409 Fix spurious printf format warnings with MinGW.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: 2021-04-02 13:13:16
commit 443034090c47a8ae0bfe4dbeab96d05803f870a4
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=443034090c47a8ae0bfe4dbeab96d05803f870a4;hp=8c38e68e8b371a44bd17598b652bbf321f719f0c
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Fri Apr 2 13:10:14 2021 +0100
Fix spurious printf format warnings with MinGW.
Correct MinGW format checking depends on the __MINGW_PRINTF_FORMAT
macro, which is defined in its stdio.h. cbfba7a0e9 moved the use of
that macro to before the inclusion of stdio.h, introducing spurious
"unknown conversion type character 'z'" and similar warnings.
defs.h | 1 +
1 file changed, 1 insertion(+)
More information about the tartarus-commits
mailing list