aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-29 22:10:30 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-29 22:10:30 +0100
commitc28176fdfb820611e43ea29f99435b37843ead8f (patch)
tree9a9d7fb47c8ac2e005a6cac3205637c8b64872b9
parent3bd6b07fc4e70430e04aef67bbf83b13aa616a1e (diff)
downloadlibmicrohttpd-c28176fdfb820611e43ea29f99435b37843ead8f.tar.gz
libmicrohttpd-c28176fdfb820611e43ea29f99435b37843ead8f.zip
configure: fixed some compiler warnings
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 05591770..90e18c25 100644
--- 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
2495#if HAVE_SYS_TYPES_H 2495#if HAVE_SYS_TYPES_H
2496#include <sys/types.h> 2496#include <sys/types.h>
2497#endif /* HAVE_SYS_TYPES_H */ 2497#endif /* HAVE_SYS_TYPES_H */
2498struct timeval test_var; 2498static struct timeval test_var;
2499 ]], 2499 ]],
2500 [ 2500 [
2501 # The size is used only to exclude additional checks/comparison in code 2501 # The size is used only to exclude additional checks/comparison in code