Skip to content

Commit

Permalink
Fix -Wunused-variable warning in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Dec 20, 2023
1 parent 3c87c7f commit 30f321d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/adapters/mixed_adapters.cpp
Expand Up @@ -245,6 +245,7 @@ TEST_CASE( "stable_t<hybrid_adapter>", "[stable_adapter][hybrid_adapter]" )

sorter_t sorter;
stable_sorter_t stable_sorter(std::move(sorter));
(void)stable_sorter;

CHECK( true );
}

0 comments on commit 30f321d

Please sign in to comment.