svn commit: r301671 - stable/10/usr.sbin/bsnmpd/modules/snmp_mibII

Garrett Cooper ngie at FreeBSD.org
Wed Jun 8 18:08:07 UTC 2016


Author: ngie
Date: Wed Jun  8 18:08:06 2016
New Revision: 301671
URL: https://svnweb.freebsd.org/changeset/base/301671

Log:
  MFC r299815:
  
  Remove NO_WERROR.clang from this Makefile
  
  This compiles with clang without warnings

Modified:
  stable/10/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile
==============================================================================
--- stable/10/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile	Wed Jun  8 18:07:51 2016	(r301670)
+++ stable/10/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile	Wed Jun  8 18:08:06 2016	(r301671)
@@ -15,8 +15,6 @@ MAN=	snmp_mibII.3
 
 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
 CFLAGS+= -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_SYS_TREE_H
-# XXX Work around clang warning, until maintainer approves fix.
-NO_WERROR.clang=
 
 DEFS=	${MOD}_tree.def
 INCS=	snmp_${MOD}.h


More information about the svn-src-all mailing list