mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-03 14:11:05 +01:00
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.