aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorEric van Gyzen <vangyzen@FreeBSD.org>2017-05-22 13:21:28 +0000
committerEric van Gyzen <vangyzen@FreeBSD.org>2017-05-22 13:21:28 +0000
commitcfc1010f6d6f4a6bac46316a5660a198cd8c18d8 (patch)
tree1d2248ab33e32e7bff366e0da632e60e8f0781d3 /lib/libthr/Makefile
parentbd309b323af31b46b0340fc256f1c170031cccd6 (diff)
downloadsrc-cfc1010f6d6f4a6bac46316a5660a198cd8c18d8.tar.gz
src-cfc1010f6d6f4a6bac46316a5660a198cd8c18d8.zip
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
Notes
Notes: svn path=/head/; revision=318641
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 3e80503e2267..60cb420cb8c4 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -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 \