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
This commit is contained in:
jake 2002-12-04 04:34:59 +00:00
parent 56d58a3551
commit 4cbd3579e8

View File

@ -16,7 +16,7 @@ LDADD= -lssl -lcrypto
WARNS?= 2
.endif
WARNS?= 5
WARNS?= 3
SHLIB_MAJOR= 3