]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: tcpcheck: use __fallthrough in check_proxy_tcpcheck()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:10:33 +0000 (07:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commitf3f60763fab8f8950148573736f5fbe77cd1bf32
tree2e442114da1151e4b93014dc9a8f2cb0e5ec0419
parent469847945c8254495f26d0ce0733f3e560ad833e
BUILD: tcpcheck: use __fallthrough in check_proxy_tcpcheck()

This avoids 1 build warning when preprocessing happens before compiling
with gcc >= 7.
src/tcpcheck.c