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 Burkholder 2002-12-04 04:34:59 +00:00
parent 53a934bfab
commit 7b628f43e0

View File

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