mirror of https://github.com/OISF/suricata
src: fix deprecated-non-prototype compile warnings
Tested on Fedora 37 with clang 15.
util-strlcatu.c:45:8: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
size_t strlcat(dst, src, siz)
^
1 error generated.
pull/8387/head
parent
1bc6976a06
commit
41ca206fdf
Loading…
Reference in New Issue