]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: check: use __fallthrough in __health_adjust()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:31:36 +0000 (07:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit36a73439f96fdd292a747a4fd350c8f773974315
treebe5dfa90a5af8694e08ec363424c69b2d11aec4b
parent80f9a63184f185f435dd72f5c5ffb9f8a0ff8ee5
BUILD: check: use __fallthrough in __health_adjust()

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