]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: hash: use __fallthrough in hash_djb2()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:18:42 +0000 (07:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commitcff89874eac136c65e13cc6c63240db2358cf948
treec5b9ad9b2e70cbc0d25802a9ffb7318b59b45a52
parent791082540963321ab2c6314567d883a937f54a6f
BUILD: hash: use __fallthrough in hash_djb2()

This avoids 5 build warnings when preprocessing happens before compiling
with gcc >= 7.
src/hash.c