On Sat, Aug 26, 2023 at 05:32:22PM +0100, Jeremy Sowden wrote: > Certain classes of compiler warnings have in the past been disabled for > the sources generated by yacc and flex because "yacc and lex generate > dirty code", to quote the comment in the Makefile. However, even if > this may have been the case at one time, currently none of the warnings > being suppressed relate to generated code. > > The number of disabled classes was reduced last year: > > https://lore.kernel.org/netfilter-devel/20221124100804.25674-1-pablo@xxxxxxxxxxxxx/#r > > This patch-set fixes the remaining warnings. > > * Patch 1 improves the formatting of src/Makefile.am a bit. > * Patch 2 removes the `-Wno-*` flags. > * Patches 3 & 4 fix the resulting warnings. Series applied, thanks