diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-02-25 14:28:17 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-22 11:55:07 +0000 |
| commit | 87d65c747a4389901c2bbbcb1ec4878b2df7b32c (patch) | |
| tree | fcbd7ab8e2b4f2e13da22518988673d7eaf57a84 /lib/msun/tests | |
| parent | b424e0038a00dffbec800a6f0778db0ffdabe9d6 (diff) | |
Diffstat (limited to 'lib/msun/tests')
| -rw-r--r-- | lib/msun/tests/Makefile | 2 |
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" |
