فهرست منبع

test: suppress warning due to unused variable

Michele Caini 1 سال پیش
والد
کامیت
1a95c9d03e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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()};