git://git.exim.org
/
buildfarm-client.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Turn off parentheses warning, by default
[buildfarm-client.git]
/
build-farm.conf.template
diff --git
a/build-farm.conf.template
b/build-farm.conf.template
index 1ad3e7c9123c2d2fbd99cc9a1dc94b3f83c4a22c..a2745d252f6a13407cfe90d708d56457a6300e20 100644
(file)
--- 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
#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',
#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
# LDFLAGS => '-Wall' will create LDFLAGS+='-Wall'
makefile_add =>{
# Show all warnings and errors
- CFLAGS => '-Wall -Werror=format-security',
+ CFLAGS => '-Wall -W
no-parentheses -W
error=format-security',
# Or enable debugging flags
#CFLAGS => '-g -Wall',
#LFLAGS => '-g',
# Or enable debugging flags
#CFLAGS => '-g -Wall',
#LFLAGS => '-g',