ldns: Disable -Warray-parameter warnings from GCC 12 on sha2.c.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D36758
This commit is contained in:
John Baldwin 2022-09-28 14:02:30 -07:00
parent a2e41a585b
commit 5d27845e5a

View File

@ -23,4 +23,6 @@ LIBADD= ssl crypto
WARNS ?= 3
CWARNFLAGS.sha2.c= ${NO_WARRAY_PARAMETER}
.include <bsd.lib.mk>