From 47d106f97b7c4727693223a4b9b800a523c9ef06 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 13 May 2016 21:17:49 +0000 Subject: [PATCH] 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 MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division --- lib/libbsnmp/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libbsnmp/Makefile.inc b/lib/libbsnmp/Makefile.inc index 5c3fdade33e..f78b118e9ea 100644 --- a/lib/libbsnmp/Makefile.inc +++ b/lib/libbsnmp/Makefile.inc @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_WERROR= INCSDIR= ${INCLUDEDIR}/bsnmp PACKAGE= bsnmp