]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:09:39 +0000 (07:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit469847945c8254495f26d0ce0733f3e560ad833e
treec6a1f890988458109d7fae1b2f0c3fc7932d14ff
parent14de395a30d4573c993b39897a318278823b65fd
BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer()

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