mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 06:12:45 +02:00
Clang apparently has __builtin_assume() which does exactly the same as our macro, since at least v3.8. Let's enable it, in case it may even better detect assumptions vs unreachable code.