]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: vars: use __fallthrough in var_accounting_{diff,add}()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:33:48 +0000 (07:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit68a71ed3f65441f564ab5fd6f7f366db67008f3a
tree666a70c4dbec42b86ecf7f255d1d3c1d0b5a1e51
parent779aa693d953d2bcf7f9abaa80f1fac90e4388b9
BUILD: vars: use __fallthrough in var_accounting_{diff,add}()

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