diff options
author | das <das@FreeBSD.org> | 2008-07-31 20:11:37 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2008-07-31 20:11:37 +0000 |
commit | 60897dc1209244297522ea674bb2d05773409889 (patch) | |
tree | b4b54f6c6cd7bdf92f4080deabd881bf9ef16fe7 /lib/msun/Makefile | |
parent | 586e2dbb6a95a58d92989b9366ff355b2d211177 (diff) | |
download | FreeBSD-src-60897dc1209244297522ea674bb2d05773409889.zip FreeBSD-src-60897dc1209244297522ea674bb2d05773409889.tar.gz |
Set WARNS=1.
I believe I've committed all the bits necessary to make this compile
on all supported architectures. :crosses fingers:
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r-- | lib/msun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 6786578..404dd1c 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -36,6 +36,7 @@ ARCH_SUBDIR= ${MACHINE_ARCH} LIB= m SHLIBDIR?= /lib SHLIB_MAJOR= 5 +WARNS?= 1 COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \ e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ |