]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: fix build warning when threads are disabled
authorWilly Tarreau <w@1wt.eu>
Sun, 7 May 2023 13:06:22 +0000 (15:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 May 2023 13:06:22 +0000 (15:06 +0200)
commit652d1712dd8eef47fd669c1a6e1481725c644b4a
treea87441cbe86a90b01ffd0ac908f567eafc8ca77b
parent95e6c9999add657f3359ad82c1814d10e322cb4d
BUILD: quic: fix build warning when threads are disabled

Commit e83f937cc ("MEDIUM: quic: use a global CID trees list") uses a
local variable "tree" used only for locks, but when threads are disabled
it spews a warning about this unused variable.
include/haproxy/quic_conn.h