Date: Wed, 8 Jun 2016 18:09:40 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r301672 - stable/9/usr.sbin/bsnmpd/modules/snmp_mibII Message-ID: <201606081809.u58I9egU045316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Wed Jun 8 18:09:40 2016 New Revision: 301672 URL: https://svnweb.freebsd.org/changeset/base/301672 Log: MFstable/10 r301671: MFC r299815: Remove NO_WERROR.clang from this Makefile This compiles with clang without warnings Modified: stable/9/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile Directory Properties: stable/9/ (props changed) stable/9/usr.sbin/ (props changed) stable/9/usr.sbin/bsnmpd/ (props changed) Modified: stable/9/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile ============================================================================== --- stable/9/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile Wed Jun 8 18:08:06 2016 (r301671) +++ stable/9/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile Wed Jun 8 18:09:40 2016 (r301672) @@ -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?201606081809.u58I9egU045316>