mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
Merge pull request #15570 from joscollin/wip-cleanup-testmsgr-warning
test/msgr: silence warnings from -Wsign-compare Reviewed-by: Haomai Wang <haomaiwang@gmail.com>
This commit is contained in:
commit
9eda2bb9ff
@ -1461,7 +1461,7 @@ TEST_P(MessengerTest, MarkdownTest) {
|
||||
client_msgr->start();
|
||||
|
||||
int i = 1000;
|
||||
int64_t last = 0;
|
||||
uint64_t last = 0;
|
||||
bool equal = false;
|
||||
uint64_t equal_count = 0;
|
||||
while (i--) {
|
||||
|
Loading…
Reference in New Issue
Block a user