diff options
author | ngie <ngie@FreeBSD.org> | 2016-06-08 18:14:06 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-06-08 18:14:06 +0000 |
commit | 07c4cea1bd9780560ab1253ef01f54fcda8b20b9 (patch) | |
tree | 637d7e77d89d90dca2e26c2b2860feff2312d317 /lib/libbsnmp | |
parent | 802eac9128c06e818a72736f415c7257282bc4b7 (diff) | |
download | FreeBSD-src-07c4cea1bd9780560ab1253ef01f54fcda8b20b9.zip FreeBSD-src-07c4cea1bd9780560ab1253ef01f54fcda8b20b9.tar.gz |
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
Diffstat (limited to 'lib/libbsnmp')
-rw-r--r-- | lib/libbsnmp/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libbsnmp/Makefile.inc b/lib/libbsnmp/Makefile.inc index 82f48ac..5d7f946 100644 --- a/lib/libbsnmp/Makefile.inc +++ b/lib/libbsnmp/Makefile.inc @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_WERROR= INCSDIR= ${INCLUDEDIR}/bsnmp .include "../Makefile.inc" |