Skip to content

Commit

Permalink
fix: warning as error on sanitizers build (#3587)
Browse files Browse the repository at this point in the history
* disable implicit capture by this

---------

Signed-off-by: kostas <[email protected]>
  • Loading branch information
kostasrim authored Aug 28, 2024
1 parent 59068c3 commit 9d68d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/list_family_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ TEST_F(ListFamilyTest, BLMoveRings) {
}));
}
}
#pragma GCC diagnostic pop

ThisFiber::SleepFor(5ms);

Expand Down Expand Up @@ -1057,4 +1056,5 @@ TEST_F(ListFamilyTest, ContendExpire) {
}
}

#pragma GCC diagnostic pop
} // namespace dfly

0 comments on commit 9d68d8f

Please sign in to comment.