Browse Source

test: suppress warning due to unused variable

Michele Caini 1 year ago
parent
commit
1a95c9d03e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/entt/entity/reactive_mixin.cpp

+ 0 - 1
test/entt/entity/reactive_mixin.cpp

@@ -590,7 +590,6 @@ TYPED_TEST(ReactiveMixin, ThrowingAllocator) {
     using registry_type = typename storage_type::registry_type;
 
     storage_type pool{};
-    typename storage_type::base_type &base = pool;
     registry_type registry;
     const std::array entity{registry.create(), registry.create()};