]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: h1_htx: use __fallthrough in h1_parse_chunk()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:32:50 +0000 (07:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit779aa693d953d2bcf7f9abaa80f1fac90e4388b9
tree8bdde67c3042794f33a6f22034ea288bdcb13a2a
parentc5bc4ad24de9251759813175c531665853ea0337
BUILD: h1_htx: use __fallthrough in h1_parse_chunk()

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