mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-17 00:52:12 +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.