summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-01-19 16:16:53 +0000
committernectar <nectar@FreeBSD.org>2004-01-19 16:16:53 +0000
commitb16f51f71f264e4668988b0c2681fdb5f3441682 (patch)
tree2d41c59a94f29eba6f8b77620cbb8f8644c4f971 /lib
parent6dc87ee4ea67e69083b2731a9e158ee3e6b7b7de (diff)
downloadFreeBSD-src-b16f51f71f264e4668988b0c2681fdb5f3441682.zip
FreeBSD-src-b16f51f71f264e4668988b0c2681fdb5f3441682.tar.gz
libc is now WARNS=2 clean with the exception of the gdtoa bits (which
are now not built with warnings enabled at all).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 1b00811..0936bc9 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
OpenPOWER on IntegriCloud