]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: listener: silence a build warning about unused value without threads
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Jul 2024 13:15:49 +0000 (15:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Jul 2024 13:17:04 +0000 (15:17 +0200)
commit0cb874320951bb3202a25c28334657edef77227b
tree6827510a4b952639b06e8ecd35a2aa8bf12bfff1
parent5e84f13a0b3b915990a4e25ec9448fdbef3c1a14
BUILD: listener: silence a build warning about unused value without threads

A variable introduced in commit 1a43b9f32c ("MINOR: proto: extend
connection thread rebind API") is not used without threads and causes a
build warning. Let's just mark it maybe_unused.

Since the commit above is tagged for backporting, this one will need to
be backported along with it.
src/listener.c