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
This commit is contained in:
Alan Somers 2017-03-11 00:04:59 +00:00
parent 5a5a9018dc
commit a55051c487
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315034

View File

@ -4,6 +4,8 @@
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm
WARNS?= 0
# All architectures on FreeBSD have fenv.h
CFLAGS+= -DHAVE_FENV_H