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:
parent
56d58a3551
commit
4cbd3579e8
@ -16,7 +16,7 @@ LDADD= -lssl -lcrypto
|
||||
WARNS?= 2
|
||||
.endif
|
||||
|
||||
WARNS?= 5
|
||||
WARNS?= 3
|
||||
|
||||
SHLIB_MAJOR= 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user