MFC r299699:

Remove NO_WERROR from libbsnmp/Makefile.inc

This has been compiling without warnings with clang/gcc for a while now

Tested with: clang 3.8.0, gcc 4.2.x, gcc 5.x
This commit is contained in:
Enji Cooper 2016-06-08 18:14:06 +00:00
parent 4f9a46c1b8
commit b519e55159
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=301673

View File

@ -1,6 +1,5 @@
# $FreeBSD$
NO_WERROR=
INCSDIR= ${INCLUDEDIR}/bsnmp
.include "../Makefile.inc"