Date: Thu, 22 Apr 2021 11:08:36 GMT From: Alex Richardson <arichardson@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a18882ec97cc - stable/13 - lib/msun/tests: Drop WARNS=6 Message-ID: <202104221108.13MB8amI088869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=a18882ec97ccb61b67fc70bd7aef3b0c9e710d96 commit a18882ec97ccb61b67fc70bd7aef3b0c9e710d96 Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-03-22 16:56:10 +0000 Commit: Alex Richardson <arichardson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104221108.13MB8amI088869>