Raise WARNS to 1
This will enable warnings with the msun tests. MFC after: 1 month
This commit is contained in:
parent
0e95794283
commit
fd5e9c331e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user