summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-12-04 04:34:59 +0000
committerjake <jake@FreeBSD.org>2002-12-04 04:34:59 +0000
commit4cbd3579e8878cad97d4f548794bbb79d66c23c8 (patch)
treecb42a2b15809e924c3da833f0b6d2cd16f987cf3 /lib/libfetch
parent56d58a35513437960407c646c7c5cbcee117392e (diff)
downloadFreeBSD-src-4cbd3579e8878cad97d4f548794bbb79d66c23c8.zip
FreeBSD-src-4cbd3579e8878cad97d4f548794bbb79d66c23c8.tar.gz
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
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 1542529..1395f3e 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
OpenPOWER on IntegriCloud