simon-git: putty (main): Jacob Nevins
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Sep 2 22:36:32 BST 2022
TL;DR:
71f409f0 Enable -Wall in Windows STRICT builds.
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: 2022-09-02 22:36:32
commit 71f409f088046059ac025836ad0993adc957231a
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=71f409f088046059ac025836ad0993adc957231a;hp=1d75ad4c9359d4d6754101b30d09a0a5980e6f65
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Fri Sep 2 22:30:59 2022 +0100
Enable -Wall in Windows STRICT builds.
This has been missing since the cmake transition (c19e7215dd) --
mkfiles.pl generally used at least -Wall -Werror -Wvla with GCC-like
compilers. After that, Windows STRICT gained -Wpointer-arith, but lost
-Wall and hence a lot of other warnings (such as the -Wformat I muttered
about in baea34a5b2).
My mingw-w64 build survives this (after my recent warning fixes), and
apparently an official Bob build does too.
cmake/platforms/windows.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list