From abac80e7ec3940ade062efd552bd3d291ad665f7 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sat, 11 Jul 2015 03:34:57 +0000 Subject: [PATCH] MFC: Temporarily disable WARNS while addressing a non-issue with the upstream code git-svn-id: svn://svn.freebsd.org/base/stable/8@285372 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/sendmail/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index b247db74e..fba3276c0 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -45,6 +45,7 @@ CFLAGS+= -DNETINET6 -DIPV6_FULL=0 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap +WARNS?= 0 LIBSMDIR= ${.OBJDIR}/../../lib/libsm LIBSM= ${LIBSMDIR}/libsm.a -- 2.45.0