gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix warnings


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix warnings
Date: Wed, 29 Apr 2020 16:46:52 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 660e7967 fix warnings
     new 36fa35cf Merge branch 'master' of git+ssh://gnunet.org/libmicrohttpd
660e7967 is described below

commit 660e7967fa1ce983917346d33205633496bde451
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 29 16:41:55 2020 +0200

    fix warnings
---
 src/microhttpd/test_options.c    | 2 +-
 src/microhttpd/test_start_stop.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/test_options.c b/src/microhttpd/test_options.c
index 0c0825f1..085de072 100644
--- a/src/microhttpd/test_options.c
+++ b/src/microhttpd/test_options.c
@@ -35,7 +35,7 @@ const int DEBUG_GNUTLS_LOG_LEVEL = 0;
 const char *test_file_name = "https_test_file";
 const char test_file_data[] = "Hello World\n";
 
-static int
+static enum MHD_Result
 ahc_echo (void *cls,
           struct MHD_Connection *connection,
           const char *url,
diff --git a/src/microhttpd/test_start_stop.c b/src/microhttpd/test_start_stop.c
index c2f1781b..79d80d24 100644
--- a/src/microhttpd/test_start_stop.c
+++ b/src/microhttpd/test_start_stop.c
@@ -35,7 +35,7 @@
 #endif
 
 
-static int
+static enum MHD_Result
 ahc_echo (void *cls,
           struct MHD_Connection *connection,
           const char *url,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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