Fixed unneeded stray UNREACHABLE which caused warnings
This commit is contained in:
parent
369f6856f9
commit
36493d3356
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue