]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: stats: use __fallthrough in stats_dump_proxy_to_buffer()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:12:05 +0000 (07:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit9eb93c031bbff35100566bbf7ee3263594d027d7
tree5cfed428d6f091b62b710bef27f23a5d59e74f9c
parentf3f60763fab8f8950148573736f5fbe77cd1bf32
BUILD: stats: use __fallthrough in stats_dump_proxy_to_buffer()

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