From 7b628f43e00696f23dc223bc39d8bffbb4f3cbbc Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Wed, 4 Dec 2002 04:34:59 +0000 Subject: [PATCH] Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64. This may only be turning up now to changes in the cpp predefines for sparc64, which may be turning on more strict alignment checking. Approved by: re --- lib/libfetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 1542529b62b..1395f3e09a5 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -16,7 +16,7 @@ LDADD= -lssl -lcrypto WARNS?= 2 .endif -WARNS?= 5 +WARNS?= 3 SHLIB_MAJOR= 3