mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-18 01:11:01 +01:00
By doing so it now becomes an expression and will allow for example
to use WARN_ON() in tests, for example:
if (WARN_ON(cond))
return NULL;