1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Fixed warning

This commit is contained in:
Yuji Hirose 2019-12-10 13:08:07 -05:00
parent 3c2736bb2a
commit d064fb7ff2

View File

@ -1399,7 +1399,7 @@ TEST_F(ServerTest, GetStreamedWithRangeMultipart) {
} }
TEST_F(ServerTest, GetStreamedEndless) { TEST_F(ServerTest, GetStreamedEndless) {
size_t offset = 0; uint64_t offset = 0;
auto res = cli_.Get("/streamed-cancel", auto res = cli_.Get("/streamed-cancel",
[&](const char * /*data*/, uint64_t data_length) { [&](const char * /*data*/, uint64_t data_length) {
if (offset < 100) { if (offset < 100) {