MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set.
authorTim Duesterhus <tim@bastelstu.be>
Mon, 25 Jan 2021 16:51:36 +0000 (17:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Jan 2021 08:33:18 +0000 (09:33 +0100)
commit3d7f9ff377e406cdff55876e4f4f8e5a96448037
treefff4b6c55187d7c7cd7fef00e13e5346b596f14c
parentbde2bf6fd3455c372bccf139a703e81325367665
MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set.

Hopefully this helps static analysis tools detecting that the code after that
call is unreachable.

See GitHub Issue #1075.
include/haproxy/compiler.h