]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: acl: use __fallthrough in parse_acl_expr()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:21:22 +0000 (07:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit8de35935b07c3d00d5f6e942b5a2ca32a36a6b7f
tree176c6ec4c63aa5f66df9dd3f57585b714c5aee96
parent266ce55109f84e7ab8613736b1f1e6097f1ac021
BUILD: acl: use __fallthrough in parse_acl_expr()

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