Date: Sun, 15 May 2016 00:08:09 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299806 - head/usr.sbin/bsnmpd/tools Message-ID: <201605150008.u4F089ie097511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun May 15 00:08:09 2016 New Revision: 299806 URL: https://svnweb.freebsd.org/changeset/base/299806 Log: Bump WARNS to 6 MFC after: 1 month Sponsored by: EMC / Isilon Storage Division Modified: head/usr.sbin/bsnmpd/tools/Makefile.inc Modified: head/usr.sbin/bsnmpd/tools/Makefile.inc ============================================================================== --- head/usr.sbin/bsnmpd/tools/Makefile.inc Sun May 15 00:05:28 2016 (r299805) +++ head/usr.sbin/bsnmpd/tools/Makefile.inc Sun May 15 00:08:09 2016 (r299806) @@ -12,3 +12,5 @@ LIBBSNMPTOOLSDIR= ${.OBJDIR}/../lib LIBBSNMPTOOLSDIR= ${.CURDIR}/../libbsnmptools .endif LIBBSNMPTOOLS= ${LIBBSNMPTOOLSDIR}/libbsnmptools.a + +WARNS?= 6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605150008.u4F089ie097511>