git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8aed8
)
Compile warning defaults for OpenBSD, at request of the port maintainer
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 17 Apr 2018 19:30:22 +0000
(20:30 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 17 Apr 2018 19:30:22 +0000
(20:30 +0100)
src/OS/Makefile-OpenBSD
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-OpenBSD
b/src/OS/Makefile-OpenBSD
index 1022abbdd02e36de59157cd9f367a122196fac37..5a894789cc3192f11cf586b8aa494abbe498c70c 100644
(file)
--- a/
src/OS/Makefile-OpenBSD
+++ b/
src/OS/Makefile-OpenBSD
@@
-4,7
+4,7
@@
CHOWN_COMMAND=/usr/sbin/chown
CHGRP_COMMAND=/usr/sbin/chgrp
CHMOD_COMMAND=/bin/chmod
-CFLAGS=-O2 -Wall
+CFLAGS=-O2 -Wall
-Wno-parentheses -Wno-self-assign -Wno-logical-op-parentheses
LIBS=-lm