git: f33b4fa2f0d4 - main - lib/msun/tests: Drop WARNS=6

Alex Richardson arichardson at FreeBSD.org
Mon Mar 22 16:58:03 UTC 2021


The branch main has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=f33b4fa2f0d4acf3978c7490b25c999b319c543b

commit f33b4fa2f0d4acf3978c7490b25c999b319c543b
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-03-22 16:56:10 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-03-22 16:57:43 +0000

    lib/msun/tests: Drop WARNS=6
    
    This is the default already, so there is no need to override it.
    
    Reported by:    kevans
---
 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-main mailing list