1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107570

View File

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