diff --git a/src/entt/core/any.hpp b/src/entt/core/any.hpp index cf21d83ed..29599ed81 100644 --- a/src/entt/core/any.hpp +++ b/src/entt/core/any.hpp @@ -58,6 +58,7 @@ class basic_any { break; case operation::MOVE: as(to).instance = from.instance; + [[fallthrough]]; case operation::DTOR: break; case operation::COMP: