mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-11 00:02:33 +01:00
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.