svn commit: r285225 - head/usr.sbin/sendmail

Gregory Neil Shapiro gshapiro at FreeBSD.org
Tue Jul 7 02:30:36 UTC 2015


Author: gshapiro
Date: Tue Jul  7 02:30:35 2015
New Revision: 285225
URL: https://svnweb.freebsd.org/changeset/base/285225

Log:
  Temporarily disable WARNS while addressing a non-issue with the upstream code

Modified:
  head/usr.sbin/sendmail/Makefile

Modified: head/usr.sbin/sendmail/Makefile
==============================================================================
--- head/usr.sbin/sendmail/Makefile	Tue Jul  7 02:17:24 2015	(r285224)
+++ head/usr.sbin/sendmail/Makefile	Tue Jul  7 02:30:35 2015	(r285225)
@@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS 
 CFLAGS+= -DNETINET6
 .endif
 
-WARNS?=	1
+WARNS?=	0
 
 LIBADD=	util wrap sm smutil
 


More information about the svn-src-head mailing list