gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 05/36: configure: fixed compiler warnings


From: gnunet
Subject: [libmicrohttpd] 05/36: configure: fixed compiler warnings
Date: Thu, 01 Jun 2023 12:30:10 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 984e275a1add1d129cfee116bb3eafb8bde16ddc
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue May 16 11:40:41 2023 +0300

    configure: fixed compiler warnings
---
 configure.ac | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8ff563fe..51557729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2710,9 +2710,11 @@ MHD_CHECK_FUNC([magic_open],
     char var_data[256];
     const char *var_mime;
     magic_t var_magic = magic_open (MAGIC_MIME_TYPE);
-    (void)magic_load (var_magic, NULL);
+    (void)magic_load (var_magic, "filename");
     var_data[0] = 0;
     var_mime = magic_buffer (var_magic, var_data, 1);
+    i][f (! var_mime)
+      return 1;
     magic_close (var_magic);
   ]],
   [AC_DEFINE([MHD_HAVE_LIBMAGIC], [1], [Define to 1 if you have suitable 
libmagic.])],
@@ -3902,6 +3904,12 @@ AC_LINK_IFELSE(
      [
       AC_LANG_PROGRAM(
         [[
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #include <sys/wait.h>
         ]], [[
      pid_t p = fork ();

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]