Procházet zdrojové kódy

test: suppress warning due to unused variable

Michele Caini před 1 rokem
rodič
revize
1a95c9d03e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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()};