[exim-cvs] Compile warning defaults for OpenBSD, at request…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Compile warning defaults for OpenBSD, at request of the port maintainer
Gitweb: https://git.exim.org/exim.git/commitdiff/550e03b3fa69bb04639dec9ae1087385a8bfab0a
Commit:     550e03b3fa69bb04639dec9ae1087385a8bfab0a
Parent:     0e8aed8aab2d2b68d1f6e6b0b2985de2bd6d2a73
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Apr 17 20:30:22 2018 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Apr 17 20:30:22 2018 +0100


    Compile warning defaults for OpenBSD, at request of the port maintainer
---
 src/OS/Makefile-OpenBSD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/OS/Makefile-OpenBSD b/src/OS/Makefile-OpenBSD
index 1022abb..5a89478 100644
--- 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