mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 19:53:29 +02: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.