Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 18:14:06 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r301673 - stable/10/lib/libbsnmp
Message-ID:  <201606081814.u58IE6Z5049123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606081814.u58IE6Z5049123>