diff options
author | mdodd <mdodd@FreeBSD.org> | 2003-03-25 17:40:00 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2003-03-25 17:40:00 +0000 |
commit | bd86f7b4fe154b51d33e16871985c6fafccaf54b (patch) | |
tree | 7001d78794c4c8ff8b4adf2b727842922662c2ad /lib/libatm | |
parent | f455bf97a44f19d885696cfb1d0255957bf0e024 (diff) | |
download | FreeBSD-src-bd86f7b4fe154b51d33e16871985c6fafccaf54b.zip FreeBSD-src-bd86f7b4fe154b51d33e16871985c6fafccaf54b.tar.gz |
Back off WARNS until I've had a chance to deal with the problems on
sparc64/alpha.
Diffstat (limited to 'lib/libatm')
-rw-r--r-- | lib/libatm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile index 6957c60..1fc3ed7 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> |