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>
Mon, 29 Jul 2024 09:56:13 +0000 (11:56 +0200)
commit22db6792560beea16d56bccdad74bcd59d70a0d2
tree9db886d33aac77df37a727a85da5be7524f86793
parentb9d8312e34e534267d389058d6397236ce95245d
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.

(cherry picked from commit 0cb874320951bb3202a25c28334657edef77227b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/listener.c