]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: map: use __fallthrough in cli_io_handler_*()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:35:24 +0000 (07:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commitab42dc33581929ce9936ce4ab43fd7d2849c227f
treeac73e77de04e56691bc420d533a2ae267271248f
parent68a71ed3f65441f564ab5fd6f7f366db67008f3a
BUILD: map: use __fallthrough in cli_io_handler_*()

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