git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7819c9c
)
Turn off some more compier warnings, in default CFLAGS
author
Jeremy Harris
<jgh@exim.org>
Sat, 14 Oct 2023 16:15:42 +0000
(17:15 +0100)
committer
Jeremy Harris
<jgh@exim.org>
Sat, 14 Oct 2023 16:15:42 +0000
(17:15 +0100)
build-farm.conf.template
patch
|
blob
|
history
diff --git
a/build-farm.conf.template
b/build-farm.conf.template
index 8c7b051fb42335b8ee53347192072904f9569094..6a55237073eea4aa29e1d880fddf5155bc40edb0 100644
(file)
--- 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 -W
no-dangling-else -W
error=format-security',
# Or enable debugging flags
#CFLAGS => '-g -Wall',
#LFLAGS => '-g',