aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-25 17:40:00 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-25 17:40:00 +0000
commit7db77bf0c1c2c2112c4e8e5e8c83d13eb821e244 (patch)
tree7001d78794c4c8ff8b4adf2b727842922662c2ad /lib
parent3efad8b4880e08e820158fcdd0cc084e2129211e (diff)
downloadsrc-7db77bf0c1c2c2112c4e8e5e8c83d13eb821e244.tar.gz
src-7db77bf0c1c2c2112c4e8e5e8c83d13eb821e244.zip
Back off WARNS until I've had a chance to deal with the problems on
sparc64/alpha.
Notes
Notes: svn path=/head/; revision=112619
Diffstat (limited to 'lib')
-rw-r--r--lib/libatm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile
index 6957c60249a5..1fc3ed7d3ea0 100644
--- a/lib/libatm/Makefile
+++ b/lib/libatm/Makefile
@@ -33,6 +33,6 @@ INCS= libatm.h
LDADD+= -lmd
DPADD+= ${LIBMD}
-WARNS?= 5
+WARNS?= 3
.include <bsd.lib.mk>