Fixed unneeded stray UNREACHABLE which caused warnings

This commit is contained in:
makise-homura 2019-02-06 23:14:06 +03:00
parent 369f6856f9
commit 36493d3356

View file

@ -108,8 +108,6 @@ static inline attr_must_inline const char* ent_type_name(EntityType type) {
#undef ENT_TYPE
default: return "ENT_INVALID";
}
UNREACHABLE;
}
#define ENT_TYPE_ID(typename) (_ENT_TYPEID_##typename)