mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-26 08:25:27 +01:00
00b9cdaf95
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.