mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 19:49:00 +08:00
Squashed warning in push()
This commit is contained in:
parent
4120b9bcc0
commit
c352486abb
@ -1453,6 +1453,7 @@ static int64_t push(FILE *fp, SOCKET sock, SSL *ssl, const char *buf,
|
||||
int64_t sent;
|
||||
int n, k;
|
||||
|
||||
(void) ssl; // Get rid of warning
|
||||
sent = 0;
|
||||
while (sent < len) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user