Date: Tue, 7 Jul 2015 02:30:35 +0000 (UTC) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285225 - head/usr.sbin/sendmail Message-ID: <201507070230.t672UZtm056922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507070230.t672UZtm056922>