From 26f29b7bb1ebbac21187b0d65846d95feb8822ec Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 14 Oct 2023 17:15:42 +0100 Subject: [PATCH] Turn off some more compier warnings, in default CFLAGS --- build-farm.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.30.2