svn commit: r312101 - stable/11/tools/tools/gensnmpdef
Ngie Cooper
ngie at FreeBSD.org
Sat Jan 14 00:40:00 UTC 2017
Author: ngie
Date: Sat Jan 14 00:39:58 2017
New Revision: 312101
URL: https://svnweb.freebsd.org/changeset/base/312101
Log:
MFC r311748:
Bump WARNS up from 0 to 6
Modified:
stable/11/tools/tools/gensnmpdef/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/tools/tools/gensnmpdef/Makefile
==============================================================================
--- stable/11/tools/tools/gensnmpdef/Makefile Sat Jan 14 00:39:55 2017 (r312100)
+++ stable/11/tools/tools/gensnmpdef/Makefile Sat Jan 14 00:39:58 2017 (r312101)
@@ -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