On Wed, Jan 24, 2018 at 03:44:25PM +0100, Olivier Houchard wrote: > Hi, > > Commit 1605c7ae6154d8c2cfcf3b325872b1a7266c5bc2 broke building haproxy > without threads support. The attached patch should fix it.
Oh, thank you Olivier. I didn't know that HA_SPINLOCK_T wasn't declared without threads, since the macros that use it are transparent. Then I can remove the __maybe_unused attribute which I placed there on purpose to avoid a build warning. Willy

