aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/tests
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-02-25 14:28:17 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-03-22 11:55:07 +0000
commit87d65c747a4389901c2bbbcb1ec4878b2df7b32c (patch)
treefcbd7ab8e2b4f2e13da22518988673d7eaf57a84 /lib/msun/tests
parentb424e0038a00dffbec800a6f0778db0ffdabe9d6 (diff)
downloadsrc-87d65c747a4389901c2bbbcb1ec4878b2df7b32c.tar.gz
src-87d65c747a4389901c2bbbcb1ec4878b2df7b32c.zip
lib/msun: Allow building tests with WARNS=6
The only change needed is to mark a few variables as static.
Diffstat (limited to 'lib/msun/tests')
-rw-r--r--lib/msun/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile
index 309f49c6dddd..4ef25c0a909a 100644
--- a/lib/msun/tests/Makefile
+++ b/lib/msun/tests/Makefile
@@ -88,7 +88,7 @@ SRCS.ilogb2_test= ilogb_test.c
LIBADD+= m
-WARNS?= 1
+WARNS?= 6
# Copied from lib/msun/Makefile
.if ${MACHINE_CPUARCH} == "i386"