]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: peers: use __fallthrough in peer_io_handler()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:13:22 +0000 (07:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit791082540963321ab2c6314567d883a937f54a6f
tree61a5a278aba62eccd0d495c9eef90c2fdbd086bb
parent9eb93c031bbff35100566bbf7ee3263594d027d7
BUILD: peers: use __fallthrough in peer_io_handler()

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