]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: logs: use __fallthrough in build_log_header()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:22:57 +0000 (07:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commit80f9a63184f185f435dd72f5c5ffb9f8a0ff8ee5
treea4610f588b0af89f13066e4fd8f345611ccdf1c7
parent3064f52b15f3beead2aa372e3d8fa1ff6bea8caa
BUILD: logs: use __fallthrough in build_log_header()

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