mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
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:
parent
a2e41a585b
commit
5d27845e5a
@ -23,4 +23,6 @@ LIBADD= ssl crypto
|
||||
|
||||
WARNS ?= 3
|
||||
|
||||
CWARNFLAGS.sha2.c= ${NO_WARRAY_PARAMETER}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user