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.
(cherry picked from commit 41ca206fdf)
pull/8428/head
parent
0a17103ab8
commit
9664d97129
Loading…
Reference in New Issue