]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: spoe: use __fallthrough in spoe_handle_appctx()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:22:14 +0000 (07:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit3064f52b15f3beead2aa372e3d8fa1ff6bea8caa
tree80716b83fcfb0310cb304059f7bbae2bbf2e6c85
parent8de35935b07c3d00d5f6e942b5a2ca32a36a6b7f
BUILD: spoe: use __fallthrough in spoe_handle_appctx()

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