Author: gshapiro Date: Thu Jul 9 05:02:13 2015 New Revision: 285302 URL: https://svnweb.freebsd.org/changeset/base/285302
Log: MFC: Temporarily disable WARNS while addressing a non-issue with the upstream code Approved by: re (gjb) Modified: stable/10/usr.sbin/sendmail/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/sendmail/Makefile ============================================================================== --- stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:00:19 2015 (r285301) +++ stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:02:13 2015 (r285302) @@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS CFLAGS+= -DNETINET6 -DIPV6_FULL=0 .endif -WARNS?= 1 +WARNS?= 0 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"