From: Jeremy Harris Date: Sat, 14 Oct 2023 16:15:42 +0000 (+0100) Subject: Turn off some more compier warnings, in default CFLAGS X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/26f29b7bb1ebbac21187b0d65846d95feb8822ec Turn off some more compier warnings, in default CFLAGS --- diff --git a/build-farm.conf.template b/build-farm.conf.template index 8c7b051..6a55237 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -174,7 +174,7 @@ our %conf =( makefile_add =>{ # Show all warnings and errors # Some platforms need the c99 setting enabled - CFLAGS => '-std=c99 -Wall -Wno-parentheses -Werror=format-security', + CFLAGS => '-std=c99 -Wall -Wno-parentheses -Wno-dangling-else -Werror=format-security', # Or enable debugging flags #CFLAGS => '-g -Wall', #LFLAGS => '-g',