]> git.ipfire.org Git - thirdparty/suricata.git/commit
src: fix deprecated-non-prototype compile warnings
authorVictor Julien <vjulien@oisf.net>
Tue, 17 Jan 2023 10:10:54 +0000 (11:10 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 17 Jan 2023 10:25:44 +0000 (11:25 +0100)
commit41ca206fdfa1a071d5bf18ae2a18e1e4cea583bd
treebd15258c95c6c2eb73a08dd4165b21663854a955
parent1bc6976a061a78f953f6b9c796cd4135c1494beb
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.
src/util-strlcatu.c
src/util-strlcpyu.c