svn commit: r299699 - head/lib/libbsnmp

Garrett Cooper ngie at FreeBSD.org
Fri May 13 21:17:51 UTC 2016


Author: ngie
Date: Fri May 13 21:17:49 2016
New Revision: 299699
URL: https://svnweb.freebsd.org/changeset/base/299699

Log:
  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

Modified:
  head/lib/libbsnmp/Makefile.inc

Modified: head/lib/libbsnmp/Makefile.inc
==============================================================================
--- head/lib/libbsnmp/Makefile.inc	Fri May 13 21:12:41 2016	(r299698)
+++ head/lib/libbsnmp/Makefile.inc	Fri May 13 21:17:49 2016	(r299699)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-NO_WERROR=
 INCSDIR=	${INCLUDEDIR}/bsnmp
 PACKAGE=	bsnmp
 


More information about the svn-src-head mailing list