aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-29 16:41:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-29 16:41:55 +0200
commit660e7967fa1ce983917346d33205633496bde451 (patch)
treefa4b51444f890e33f22569f65101a413220d96a9
parent912181afd31184ae6739b927315d09c13a952f73 (diff)
downloadlibmicrohttpd-660e7967fa1ce983917346d33205633496bde451.tar.gz
libmicrohttpd-660e7967fa1ce983917346d33205633496bde451.zip
fix warnings
-rw-r--r--src/microhttpd/test_options.c2
-rw-r--r--src/microhttpd/test_start_stop.c2
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;
35const char *test_file_name = "https_test_file"; 35const char *test_file_name = "https_test_file";
36const char test_file_data[] = "Hello World\n"; 36const char test_file_data[] = "Hello World\n";
37 37
38static int 38static enum MHD_Result
39ahc_echo (void *cls, 39ahc_echo (void *cls,
40 struct MHD_Connection *connection, 40 struct MHD_Connection *connection,
41 const char *url, 41 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 @@
35#endif 35#endif
36 36
37 37
38static int 38static enum MHD_Result
39ahc_echo (void *cls, 39ahc_echo (void *cls,
40 struct MHD_Connection *connection, 40 struct MHD_Connection *connection,
41 const char *url, 41 const char *url,