]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: add -Wshorten-64-to-32 to the flags
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 20 May 2025 09:12:59 +0000 (11:12 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 10 Jun 2025 20:13:55 +0000 (22:13 +0200)
commite0e91c9302b83b449f8731e5d313b5ef4b7a909e
tree83589d3c9efcc0c2f2987e284623c871bd0338cb
parent7b492bc83b6895ace639c0cabc36db559bbc6260
configure: add -Wshorten-64-to-32 to the flags

when configure is run with --enable-warnings

Ticket: 6186

Also add -Wimplicit-int-conversion to the flags

Both are not compatible with unit tests
configure.ac