Skip to content

Commit

Permalink
test: suppress warning due to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 28, 2024
1 parent 0b01e14 commit 1a95c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/entt/entity/reactive_mixin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()};

Expand Down

0 comments on commit 1a95c9d

Please sign in to comment.