]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: args: use __fallthrough in make_arg_list()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:20:54 +0000 (07:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit266ce55109f84e7ab8613736b1f1e6097f1ac021
tree9e6561cf4659e5064f3af3606459e7e974a0760d
parent7de8de0bf80b2aee51801bbdcd336ea1a8d0815d
BUILD: args: use __fallthrough in make_arg_list()

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