BUILD: compiler: rename __unreachable() to my_unreachable()
authorWilly Tarreau <w@1wt.eu>
Sat, 20 Oct 2018 15:45:48 +0000 (17:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 20 Oct 2018 15:45:48 +0000 (17:45 +0200)
commit4e7cc3381b27e3971b02b73a113ecc13916e1f20
treea10a831fedff8746f69c87a249ed0834169b0130
parent7a6ad88b02d8b74c2488003afb1a7063043ddd2d
BUILD: compiler: rename __unreachable() to my_unreachable()

Olivier reported that on FreeBSD __unreachable is already defined
and causes build warnings. Let's rename it then.
include/common/compiler.h
src/hlua.c