gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: configure: fixed compiler warning on MSys2/MinGW6


From: gnunet
Subject: [libmicrohttpd] 01/02: configure: fixed compiler warning on MSys2/MinGW64 package build
Date: Fri, 24 Dec 2021 07:45:14 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 747a2151bf1a79d98e94a0f8153fc7453a513fd8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Dec 20 21:00:00 2021 +0300

    configure: fixed compiler warning on MSys2/MinGW64 package build
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1e5552ff..7f4fa240 100644
--- a/configure.ac
+++ b/configure.ac
@@ -711,7 +711,7 @@ int main(void)
     mhd_host_os="${mhd_host_os}-${mhd_cv_wctr_type}"
     AS_VAR_IF([mhd_cv_wctr_type], ["msvcrt"],
       [
-        AX_APPEND_COMPILE_FLAGS([-D__USE_MINGW_ANSI_STDIO=0], [CPPFLAGS])
+        AX_APPEND_COMPILE_FLAGS([-U__USE_MINGW_ANSI_STDIO 
-D__USE_MINGW_ANSI_STDIO=0], [CPPFLAGS])
         AC_SUBST([W32CRT], [MSVCRT])
       ], [AC_SUBST([W32CRT], [UCRT])]
     )

-- 
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]