svn commit: r312100 - stable/10/tools/tools/gensnmpdef

Ngie Cooper ngie at FreeBSD.org
Sat Jan 14 00:39:56 UTC 2017


Author: ngie
Date: Sat Jan 14 00:39:55 2017
New Revision: 312100
URL: https://svnweb.freebsd.org/changeset/base/312100

Log:
  MFC r311748:
  
  Bump WARNS up from 0 to 6

Modified:
  stable/10/tools/tools/gensnmpdef/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/tools/gensnmpdef/Makefile
==============================================================================
--- stable/10/tools/tools/gensnmpdef/Makefile	Sat Jan 14 00:36:50 2017	(r312099)
+++ stable/10/tools/tools/gensnmpdef/Makefile	Sat Jan 14 00:39:55 2017	(r312100)
@@ -19,4 +19,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 LDADD+=	-lsmi
 
+WARNS?=	6
+
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list