git: a18882ec97cc - stable/13 - lib/msun/tests: Drop WARNS=6
Alex Richardson
arichardson at FreeBSD.org
Thu Apr 22 11:08:37 UTC 2021
The branch stable/13 has been updated by arichardson:
URL: https://cgit.FreeBSD.org/src/commit/?id=a18882ec97ccb61b67fc70bd7aef3b0c9e710d96
commit a18882ec97ccb61b67fc70bd7aef3b0c9e710d96
Author: Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-03-22 16:56:10 +0000
Commit: Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-04-22 09:44:53 +0000
lib/msun/tests: Drop WARNS=6
This is the default already, so there is no need to override it.
Reported by: kevans
(cherry picked from commit f33b4fa2f0d4acf3978c7490b25c999b319c543b)
---
lib/msun/tests/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile
index 793d2e29639c..70f7d2fe5135 100644
--- a/lib/msun/tests/Makefile
+++ b/lib/msun/tests/Makefile
@@ -85,8 +85,6 @@ SRCS.ilogb2_test= ilogb_test.c
LIBADD.fenv_test+= util
LIBADD+= m
-WARNS?= 6
-
# Copied from lib/msun/Makefile
.if ${MACHINE_CPUARCH} == "i386"
ARCH_SUBDIR= i387
More information about the dev-commits-src-branches
mailing list