From 2ee732eaeeed10b5fab41f27f0d2e90cc2286d86 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Thu, 20 Nov 2003 23:23:10 +0000 Subject: remove -Werror from userland builds, to give us a chance to use more verbose warning options if desired. ok millert@, henning@, david@ --- lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/Makefile') diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 9a55baddeaf..c15dd206389 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2002/07/15 19:41:10 mickey Exp $ +# $OpenBSD: Makefile,v 1.20 2003/11/20 23:23:09 avsm Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -18,7 +18,7 @@ LIB=c LINTFLAGS=-z CLEANFILES+=tags -CFLAGS+=-Werror +#CFLAGS+=-Werror LIBCSRCDIR=${.CURDIR} .include "${LIBCSRCDIR}/Makefile.inc" -- cgit v1.2.3