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 Aug 6, 2023
1 parent 733d4be commit 1f5f54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/adapters/mixed_adapters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,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 1f5f54d

Please sign in to comment.