svn commit: r292024 - head/lib/libopenbsd

Craig Rodrigues rodrigc at FreeBSD.org
Wed Dec 9 19:25:47 UTC 2015


Author: rodrigc
Date: Wed Dec  9 19:25:45 2015
New Revision: 292024
URL: https://svnweb.freebsd.org/changeset/base/292024

Log:
  Remove NO_WERROR, after fix from r292023.

Modified:
  head/lib/libopenbsd/Makefile

Modified: head/lib/libopenbsd/Makefile
==============================================================================
--- head/lib/libopenbsd/Makefile	Wed Dec  9 19:22:20 2015	(r292023)
+++ head/lib/libopenbsd/Makefile	Wed Dec  9 19:25:45 2015	(r292024)
@@ -11,5 +11,4 @@ CFLAGS+= -I${.CURDIR}
 
 WARNS=	3
 
-NO_WERROR=
 .include <bsd.lib.mk>


More information about the svn-src-head mailing list