Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 05:02:14 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r285302 - stable/10/usr.sbin/sendmail
Message-ID:  <201507090502.t6952E0k092357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507090502.t6952E0k092357>