I got clang warning that looks like best way to fix it would be using '__builtin_unreachable();'
Just we can't use that unconditionally assuming all compilers to support it. So we need to make freeciv version that does not break build with any compiler.
I got clang warning that looks like best way to fix it would be using '__builtin_unreachable();'
Just we can't use that unconditionally assuming all compilers to support it. So we need to make freeciv version that does not break build with any compiler.