svn commit: r301673 - stable/10/lib/libbsnmp

Garrett Cooper ngie at FreeBSD.org
Wed Jun 8 18:14:07 UTC 2016


Author: ngie
Date: Wed Jun  8 18:14:06 2016
New Revision: 301673
URL: https://svnweb.freebsd.org/changeset/base/301673

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

Modified:
  stable/10/lib/libbsnmp/Makefile.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libbsnmp/Makefile.inc
==============================================================================
--- stable/10/lib/libbsnmp/Makefile.inc	Wed Jun  8 18:09:40 2016	(r301672)
+++ stable/10/lib/libbsnmp/Makefile.inc	Wed Jun  8 18:14:06 2016	(r301673)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-NO_WERROR=
 INCSDIR=	${INCLUDEDIR}/bsnmp
 
 .include "../Makefile.inc"


More information about the svn-src-stable mailing list