svn commit: r321451 - projects/runtime-coverage/lib/msun/tests

Ngie Cooper ngie at FreeBSD.org
Tue Jul 25 03:33:40 UTC 2017


Author: ngie
Date: Tue Jul 25 03:33:39 2017
New Revision: 321451
URL: https://svnweb.freebsd.org/changeset/base/321451

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

Modified:
  projects/runtime-coverage/lib/msun/tests/Makefile

Modified: projects/runtime-coverage/lib/msun/tests/Makefile
==============================================================================
--- projects/runtime-coverage/lib/msun/tests/Makefile	Tue Jul 25 01:50:37 2017	(r321450)
+++ projects/runtime-coverage/lib/msun/tests/Makefile	Tue Jul 25 03:33:39 2017	(r321451)
@@ -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"


More information about the svn-src-projects mailing list