Weiyi Wang 00b9cdaf95
unfold UNREACHABLE implementation for dumb compilers
We relies on UNREACHABLE's noreturn attribute to eliminate parent's "no return value" warning. However, this was wrapped in a `if(!false)` block, which compilers may not unfold to recognize the noreturn nature.
2019-10-05 10:45:01 -04:00
..
2019-03-09 18:23:32 -06:00
2019-09-21 22:10:24 -06:00
2019-09-22 20:48:32 +02:00
2019-02-22 16:29:19 -06:00