Revert r318583 (libthr: use default WARNS level of 6)

Revert this while I fix RISC-V, SPARC, and probably all architectures
that use GCC.

Reported by:	kib
Pointy hat to:	vangyzen
Sponsored by:	Dell EMC
This commit is contained in:
Eric van Gyzen 2017-05-22 13:21:28 +00:00
parent bd309b323a
commit cfc1010f6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318641

View File

@ -16,6 +16,7 @@ MK_SSP= no
LIB=thr
SHLIB_MAJOR= 3
WARNS?= 3
NO_WTHREAD_SAFETY=1
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}/thread \