Raise WARNS to 1

This will enable warnings with the msun tests.

MFC after:	1 month
This commit is contained in:
Enji Cooper 2017-07-25 03:54:35 +00:00
parent 0e95794283
commit fd5e9c331e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321455

View File

@ -4,8 +4,6 @@
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm
WARNS?= 0
# All architectures on FreeBSD have fenv.h
CFLAGS+= -DHAVE_FENV_H
@ -86,6 +84,8 @@ SRCS.ilogb2_test= ilogb_test.c
LIBADD+= m
WARNS?= 1
# Copied from lib/msun/Makefile
.if ${MACHINE_CPUARCH} == "i386"
ARCH_SUBDIR= i387