Explorar o código

Fix unused variable warning

bel2125 %!s(int64=8) %!d(string=hai) anos
pai
achega
d9b713b71b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/civetweb.c

+ 3 - 0
src/civetweb.c

@@ -15607,7 +15607,10 @@ mg_get_system_info(char *buffer, int buflen)
 
 /* mg_init_library counter */
 static int mg_init_library_called = 0;
+
+#if !defined(NO_SSL)
 static int mg_ssl_initialized = 0;
+#endif
 
 
 /* Initialize this library. This function does not need to be thread safe. */