From 1d2bf70e8c15dec6afab27d288a9ff9b0ca6a2c7 Mon Sep 17 00:00:00 2001 From: asomers Date: Sat, 11 Mar 2017 00:04:59 +0000 Subject: [PATCH] Document that the msun tests require WARNS=0 ATF tests have a default WARNS of 0, unlike other usermode programs. This change is technically a noop, but it documents that the msun tests don't work with any warnings enabled, at least not on all architectures. Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933 --- lib/msun/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile index c08d6fee98a0..f7015a87d047 100644 --- a/lib/msun/tests/Makefile +++ b/lib/msun/tests/Makefile @@ -4,6 +4,8 @@ TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm +WARNS?= 0 + # All architectures on FreeBSD have fenv.h CFLAGS+= -DHAVE_FENV_H