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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"