Compile warning defaults for OpenBSD, at request of the port maintainer
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 17 Apr 2018 19:30:22 +0000 (20:30 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 17 Apr 2018 19:30:22 +0000 (20:30 +0100)
src/OS/Makefile-OpenBSD

index 1022abbdd02e36de59157cd9f367a122196fac37..5a894789cc3192f11cf586b8aa494abbe498c70c 100644 (file)
@@ -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