commit c28176fdfb820611e43ea29f99435b37843ead8f
parent 3bd6b07fc4e70430e04aef67bbf83b13aa616a1e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 29 Jan 2024 22:10:30 +0100
configure: fixed some compiler warnings
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/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