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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to