mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-21 14:18:38 -05:00

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.