svn commit: r301674 - stable/9/lib/libbsnmp

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


Author: ngie
Date: Wed Jun  8 18:15:13 2016
New Revision: 301674
URL: https://svnweb.freebsd.org/changeset/base/301674

Log:
  MFstable/10 r301673:
  
  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/9/lib/libbsnmp/Makefile.inc
Directory Properties:
  stable/9/   (props changed)
  stable/9/lib/   (props changed)

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


More information about the svn-src-stable mailing list