Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2017 03:54:35 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r321455 - head/lib/msun/tests
Message-ID:  <201707250354.v6P3sZtu062111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Jul 25 03:54:35 2017
New Revision: 321455
URL: https://svnweb.freebsd.org/changeset/base/321455

Log:
  Raise WARNS to 1
  
  This will enable warnings with the msun tests.
  
  MFC after:	1 month

Modified:
  head/lib/msun/tests/Makefile

Modified: head/lib/msun/tests/Makefile
==============================================================================
--- head/lib/msun/tests/Makefile	Tue Jul 25 03:48:24 2017	(r321454)
+++ head/lib/msun/tests/Makefile	Tue Jul 25 03:54:35 2017	(r321455)
@@ -4,8 +4,6 @@
 
 TESTSRC=	${SRCTOP}/contrib/netbsd-tests/lib/libm
 
-WARNS?=		0
-
 # All architectures on FreeBSD have fenv.h
 CFLAGS+=	-DHAVE_FENV_H
 
@@ -85,6 +83,8 @@ IGNORE_PRAGMA=
 SRCS.ilogb2_test=	ilogb_test.c
 
 LIBADD+=	m
+
+WARNS?=		1
 
 # Copied from lib/msun/Makefile
 .if ${MACHINE_CPUARCH} == "i386"



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