]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: tools: use __fallthrough in url_decode()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:20:09 +0000 (07:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit7de8de0bf80b2aee51801bbdcd336ea1a8d0815d
tree3166487cfc24bc5d356a951ca72308d5a8ca48cd
parentcff89874eac136c65e13cc6c63240db2358cf948
BUILD: tools: use __fallthrough in url_decode()

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