Turn off parentheses warning, by default
authorJeremy Harris <jgh@wizmail.org>
Mon, 16 Apr 2018 17:55:36 +0000 (18:55 +0100)
committerJeremy Harris <jgh@wizmail.org>
Mon, 16 Apr 2018 17:55:36 +0000 (18:55 +0100)
build-farm.conf.template

index 1ad3e7c9123c2d2fbd99cc9a1dc94b3f83c4a22c..a2745d252f6a13407cfe90d708d56457a6300e20 100644 (file)
@@ -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',