Skip to content

Commit

Permalink
Mute aggressive warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Jun 17, 2024
1 parent bea748d commit 900d9a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/LocatedTriplesTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ TEST_F(LocatedTriplesTest, locatedTriple) {
<< permutation.readableName();
}
};
// TODO<qup42> use or delete; keep for now
(void)checkRelationsForPermutation;
auto displayBlocks =
[](const vector<CompressedBlockMetadata>& blockMetadata) {
for (size_t i = 0; i < blockMetadata.size(); i++) {
Expand Down Expand Up @@ -318,9 +320,8 @@ TEST_F(LocatedTriplesTest, locatedTriple) {
};
// The actual test, for a given block size.
auto testWithGivenBlockSizeAll =
[&checkRelationsForPermutation, &displayBlocks,
&checkTripleLocationForPermutation, &createIndexFromIdTable,
&deletePermutation](
[&displayBlocks, &checkTripleLocationForPermutation,
&createIndexFromIdTable, &deletePermutation](
const IdTable& triplesInIndex,
const std::vector<IdTriple>& triplesToLocate,
const ad_utility::MemorySize& blockSize,
Expand Down

0 comments on commit 900d9a2

Please sign in to comment.