Explorar o código

test: suppress warning due to unused variable

Michele Caini hai 1 ano
pai
achega
1a95c9d03e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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()};