فهرست منبع

test: suppress warnings due to unused variables

Michele Caini 3 سال پیش
والد
کامیت
d86a539350
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      test/entt/entity/registry.cpp

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

@@ -2206,7 +2206,6 @@ TEST(Registry, RegistryStorageIterator) {
 
 TEST(Registry, RegistryStorageIteratorConversion) {
     entt::registry registry;
-    const auto entity = registry.create();
 
     auto proxy = registry.storage();
     auto cproxy = std::as_const(registry).storage();