From: Jeremy Harris Date: Mon, 16 Apr 2018 17:55:36 +0000 (+0100) Subject: Turn off parentheses warning, by default X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/bffaace96ab04877efbffdd1f4f8580bbb6aecbd Turn off parentheses warning, by default --- diff --git a/build-farm.conf.template b/build-farm.conf.template index 1ad3e7c..a2745d2 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -150,7 +150,7 @@ our %conf =( #SUPPORT_TLS => 'yes', # Enable the proper libs here or see in makefile_regex # for use of pkg-config - #USE_GNUTLS => 'yes' + #USE_GNUTLS => 'yes', #TLS_LIBS => '-lssl -lcrypto', # #LOOKUP_LDAP => 'yes', @@ -169,7 +169,7 @@ our %conf =( # LDFLAGS => '-Wall' will create LDFLAGS+='-Wall' makefile_add =>{ # Show all warnings and errors - CFLAGS => '-Wall -Werror=format-security', + CFLAGS => '-Wall -Wno-parentheses -Werror=format-security', # Or enable debugging flags #CFLAGS => '-g -Wall', #LFLAGS => '-g',