gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated (7b93a775 -> 1e147571)


From: gnunet
Subject: [libmicrohttpd] branch master updated (7b93a775 -> 1e147571)
Date: Sun, 25 Apr 2021 16:18:31 +0200

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

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from 7b93a775 Released GNU libmicrohttpd 0.9.73
     new 1cab1543 Bump MHD_VERSION to indicate development version
     new 1e147571 mhd_mono_clock: cosmetic edit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/include/microhttpd.h        | 2 +-
 src/microhttpd/mhd_mono_clock.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2ab208a0..54a3afa7 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
  * they are parsed as decimal numbers.
  * Example: 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00097300
+#define MHD_VERSION 0x00097301
 
 /**
  * Operational results from MHD calls.
diff --git a/src/microhttpd/mhd_mono_clock.c b/src/microhttpd/mhd_mono_clock.c
index 0bd9984e..c43a55e7 100644
--- a/src/microhttpd/mhd_mono_clock.c
+++ b/src/microhttpd/mhd_mono_clock.c
@@ -154,6 +154,7 @@ MHD_monotonic_sec_counter_init (void)
      various following ifdef's to work out nicely */
   if (0)
   {
+    (void) 0; /* Mute possible compiler warning */
   }
   else
 #ifdef HAVE_CLOCK_GETTIME

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