Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2016 03:38:40 +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: r299831 - head/usr.sbin/bsnmpd/bsnmpd
Message-ID:  <201605150338.u4F3ceTJ062287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun May 15 03:38:40 2016
New Revision: 299831
URL: https://svnweb.freebsd.org/changeset/base/299831

Log:
  Remove NO_WERROR and add WARNS?= 6
  
  This now compiles cleanly on all architectures
  
  MFC after: 1 month
  Tested with: clang 3.8, gcc 4.2.1, gcc 4.5, make tinderbox
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/usr.sbin/bsnmpd/bsnmpd/Makefile

Modified: head/usr.sbin/bsnmpd/bsnmpd/Makefile
==============================================================================
--- head/usr.sbin/bsnmpd/bsnmpd/Makefile	Sun May 15 03:36:19 2016	(r299830)
+++ head/usr.sbin/bsnmpd/bsnmpd/Makefile	Sun May 15 03:38:40 2016	(r299831)
@@ -16,7 +16,6 @@ XSYM=	snmpMIB begemotSnmpdModuleTable be
 	freeBSD freeBSDVersion
 CLEANFILES= oid.h tree.c tree.h
 MAN=	bsnmpd.1 snmpmod.3
-NO_WERROR=
 
 FILESGROUPS= BMIBS DEFS
 
@@ -48,4 +47,6 @@ MANFILTER=	sed -e 's%@MODPATH@%${LIBDIR}
 		    -e 's%@DEFPATH@%${DEFSDIR}/%g'		\
 		    -e 's%@MIBSPATH@%${BMIBSDIR}/%g'
 
+WARNS?=		6
+
 .include <bsd.prog.mk>



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