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:
Jos Collin 2017-06-09 12:30:35 +05:30 committed by GitHub
commit 9eda2bb9ff

View File

@ -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--) {