浏览代码

configure: fixed some compiler warnings

Evgeny Grin (Karlson2k) 2 年之前
父节点
当前提交
c28176fdfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -2495,7 +2495,7 @@ AC_CACHE_CHECK([size of tv_sec member of struct timeval], [mhd_cv_size_timeval_t
 #if HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif /* HAVE_SYS_TYPES_H */
-struct timeval test_var;
+static struct timeval test_var;
       ]],
       [
         # The size is used only to exclude additional checks/comparison in code