Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix -Wno-comment for everyone (inclu...



details:   https://anonhg.NetBSD.org/src/rev/4ed786083e47
branches:  trunk
changeset: 1027648:4ed786083e47
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 14 16:13:37 2021 +0000

description:
-Wno-comment for everyone (including lint)

diffstat:

 external/ibm-public/postfix/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5c4fc398a90e -r 4ed786083e47 external/ibm-public/postfix/Makefile.inc
--- a/external/ibm-public/postfix/Makefile.inc  Tue Dec 14 15:13:41 2021 +0000
+++ b/external/ibm-public/postfix/Makefile.inc  Tue Dec 14 16:13:37 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.28 2021/08/14 16:17:57 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.29 2021/12/14 16:13:37 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,7 @@
        -I${PFIX_DISTDIR}/src/master -I${PFIX_DISTDIR}/src/util \
        -I${PFIX_DISTDIR}/src/tls -I${PFIX_DISTDIR}/src/milter \
        -I${PFIX_DISTDIR}/src/xsasl \
-       ${${ACTIVE_CC} == "clang":?-Wno-comment:}
+       -Wno-comment
 
 CPPFLAGS+= -DUSE_SASL_AUTH
 CPPFLAGS+= -DDEF_SERVER_SASL_TYPE=\"dovecot\"



Home | Main Index | Thread Index | Old Index