Selaa lähdekoodia

Squashed warning in push()

Sergey Lyubka 12 vuotta sitten
vanhempi
commit
c352486abb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
   int64_t sent;
   int n, k;
   int n, k;
 
 
+  (void) ssl;  // Get rid of warning
   sent = 0;
   sent = 0;
   while (sent < len) {
   while (sent < len) {