libc is now WARNS=2 clean with the exception of the gdtoa bits (which
are now not built with warnings enabled at all).
This commit is contained in:
parent
9eb9f9fdf5
commit
45741ad004
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user