Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2021 16:58:03 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f33b4fa2f0d4 - main - lib/msun/tests: Drop WARNS=6
Message-ID:  <202103221658.12MGw3bL068100@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson:

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

commit f33b4fa2f0d4acf3978c7490b25c999b319c543b
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-03-22 16:56:10 +0000
Commit:     Alex Richardson <arichardson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103221658.12MGw3bL068100>