I couldn't compile magpie on latest clang because it says the ld_type variable might be uninitialized in the case where now default is found. This is actually unreachable due to the log_fatal, so I've added __builtin_unreachable() to point this out to the compiler.
I couldn't compile magpie on latest clang because it says the ld_type variable might be uninitialized in the case where now default is found. This is actually unreachable due to the log_fatal, so I've added __builtin_unreachable() to point this out to the compiler.