small compiler warnings fixed

This commit is contained in:
vaclavt
2022-04-25 20:20:19 +02:00
parent 165438cdf3
commit 245143bd9e
3 changed files with 6 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ std::pair<int, std::string> HttpClient::doRequest(const std::string &method, con
// and fetch the rest if not read completely
while (content_len > 0 && content_len > ssl_read_packet.length() - 4 - end_of_headers) {
auto read_bytes = sslRecvPacket();
/* auto read_bytes = */ sslRecvPacket();
}
// get body