Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2016 00:42:19 +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: r299815 - head/usr.sbin/bsnmpd/modules/snmp_mibII
Message-ID:  <201605150042.u4F0gJlh009746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun May 15 00:42:18 2016
New Revision: 299815
URL: https://svnweb.freebsd.org/changeset/base/299815

Log:
  Remove NO_WERROR.clang from this Makefile
  
  This compiles with clang without warnings
  
  MFC after: 1 month
  Sponsored by: EMC / Isilon Storage Division

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

Modified: head/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile	Sun May 15 00:40:05 2016	(r299814)
+++ head/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile	Sun May 15 00:42:18 2016	(r299815)
@@ -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



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