Turn off some more compier warnings, in default CFLAGS
authorJeremy Harris <jgh@exim.org>
Sat, 14 Oct 2023 16:15:42 +0000 (17:15 +0100)
committerJeremy Harris <jgh@exim.org>
Sat, 14 Oct 2023 16:15:42 +0000 (17:15 +0100)
build-farm.conf.template

index 8c7b051fb42335b8ee53347192072904f9569094..6a55237073eea4aa29e1d880fddf5155bc40edb0 100644 (file)
@@ -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',