Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 21:17:49 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299699 - head/lib/libbsnmp
Message-ID:  <201605132117.u4DLHnYo005254@repo.freebsd.org>

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



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