فهرست منبع

Fix unused variable warning

bel2125 8 سال پیش
والد
کامیت
d9b713b71b
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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. */