Explorar o código

Squashed warning in push()

Sergey Lyubka %!s(int64=12) %!d(string=hai) anos
pai
achega
c352486abb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

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