From 4e89acb2efa60d682b14aa9975d1998527c6ada7 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 13 Mar 2024 16:33:39 +0100 Subject: [PATCH] test: suppress warnings due to unused aliases --- test/entt/entity/sparse_set.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/entt/entity/sparse_set.cpp b/test/entt/entity/sparse_set.cpp index c0276f376..86756d98b 100644 --- a/test/entt/entity/sparse_set.cpp +++ b/test/entt/entity/sparse_set.cpp @@ -2083,7 +2083,6 @@ TYPED_TEST(SparseSet, CanModifyDuringIteration) { TYPED_TEST(SparseSet, CustomAllocator) { using entity_type = typename TestFixture::type; - using sparse_set_type = entt::basic_sparse_set; for(const auto policy: this->deletion_policy) { const test::throwing_allocator allocator{}; @@ -2137,7 +2136,6 @@ TYPED_TEST(SparseSet, CustomAllocator) { TYPED_TEST(SparseSet, ThrowingAllocator) { using entity_type = typename TestFixture::type; - using sparse_set_type = entt::basic_sparse_set; using traits_type = entt::entt_traits; for(const auto policy: this->deletion_policy) {