From 36493d335602701053298f46d3e68ecebee4f111 Mon Sep 17 00:00:00 2001 From: makise-homura Date: Wed, 6 Feb 2019 23:14:06 +0300 Subject: [PATCH] Fixed unneeded stray UNREACHABLE which caused warnings --- src/entity.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/entity.h b/src/entity.h index 6c30ef09..3ca31b26 100644 --- a/src/entity.h +++ b/src/entity.h @@ -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)