The branch stable/13 has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=a18882ec97ccb61b67fc70bd7aef3b0c9e710d96
commit a18882ec97ccb61b67fc70bd7aef3b0c9e710d96 Author: Alex Richardson <[email protected]> AuthorDate: 2021-03-22 16:56:10 +0000 Commit: Alex Richardson <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
