Bläddra i källkod

Fix unused variable warning

bel2125 8 år sedan
förälder
incheckning
d9b713b71b
1 ändrade filer med 3 tillägg och 0 borttagningar
  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. */