Browse Source

Fix unused variable warning

bel2125 8 năm trước cách đây
mục cha
commit
d9b713b71b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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. */