]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: hlua: use __fallthrough in hlua_post_init_state()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:08:28 +0000 (07:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit14de395a30d4573c993b39897a318278823b65fd
tree699793f30eae1a71c9534ae6d1cd83647681f1f3
parenta551f4fbfd7da1b3a0220189ba30d56275935883
BUILD: hlua: use __fallthrough in hlua_post_init_state()

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