ldns: Silence -Wstrict-prototypes warnings.

Hopefully upstream will fix the function declaration of
ldns_edns_option_list_new in the future.
This commit is contained in:
John Baldwin 2023-05-25 07:11:38 -07:00
parent 48f52d9179
commit 4ef3b0c138

View file

@ -24,6 +24,7 @@ LIBADD= ssl crypto
WARNS?= 3
CWARNFLAGS.edns.c= ${NO_WSTRICT_PROTOTYPES}
CWARNFLAGS.parse.c= ${NO_WUSE_AFTER_FREE}
CWARNFLAGS.sha2.c= ${NO_WARRAY_PARAMETER}