Revert "BUILD: lua: silence some compiler warnings about potential null derefs"
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2018 15:32:55 +0000 (17:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2018 15:32:55 +0000 (17:32 +0200)
commit526aed219f83eb86f1ee578e8e5233f11edf34ea
tree94d325fc149538be77c5c9f67eea22d2555198d3
parenta9c0252b2e8ff7bb728b84d977ac6e9581ea12f8
Revert "BUILD: lua: silence some compiler warnings about potential null derefs"

This reverts commit f1ffb39b614b0d9654c9450ac6e8c88cfc942784.

It breaks Lua causing some timeouts. Removing the __unreachable() statement
from WILL_LJMP() fixes it. It's very strange and unclear whether it's an
issue with WILL_LJMP() not fullfilling its promise of not returning, if
the code emitted with __unreachable() gets broken, or anything else. Let's
revert this for now.
src/hlua.c