mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-26 03:51:41 +01:00
When calling HA_ATOMIC_CAS with a pointer as the target, the compiler expects a pointer as the new value, so give it one by casting 0x1 to (void *).