From 8e1b0bc697e801280509a5af26ecd683870430b7 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 19 Jan 2004 16:16:53 +0000 Subject: [PATCH] libc is now WARNS=2 clean with the exception of the gdtoa bits (which are now not built with warnings enabled at all). --- lib/libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 1b008110a26..0936bc9aaa8 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -12,7 +12,7 @@ LIB=c # If you bump SHLIB_MAJOR, see standards/55112. SHLIB_MAJOR= 5 SHLIBDIR?= /lib -WARNS?= 1 +WARNS?= 2 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags -- 2.45.2