From 7db77bf0c1c2c2112c4e8e5e8c83d13eb821e244 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Tue, 25 Mar 2003 17:40:00 +0000 Subject: [PATCH] Back off WARNS until I've had a chance to deal with the problems on sparc64/alpha. --- lib/libatm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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