gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Fixed compiler warnings


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fixed compiler warnings
Date: Mon, 29 Jan 2024 23:22:38 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 49b9fb1b Fixed compiler warnings
49b9fb1b is described below

commit 49b9fb1b4d23a39f8bab1cb906ac4ffef28edba5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jan 29 23:22:26 2024 +0100

    Fixed compiler warnings
---
 src/testcurl/test_add_conn.c       | 2 +-
 src/testcurl/test_quiesce_stream.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/test_add_conn.c b/src/testcurl/test_add_conn.c
index cf68e6d6..fea6ed71 100644
--- a/src/testcurl/test_add_conn.c
+++ b/src/testcurl/test_add_conn.c
@@ -215,7 +215,7 @@ ahc_echo (void *cls,
 }
 
 
-static void
+_MHD_NORETURN static void
 _externalErrorExit_func (const char *errDesc, const char *funcName, int 
lineNum)
 {
   if ((NULL != errDesc) && (0 != errDesc[0]))
diff --git a/src/testcurl/test_quiesce_stream.c 
b/src/testcurl/test_quiesce_stream.c
index 888bff16..a94a1557 100644
--- a/src/testcurl/test_quiesce_stream.c
+++ b/src/testcurl/test_quiesce_stream.c
@@ -43,7 +43,7 @@
 static volatile unsigned int request_counter;
 
 
-static void
+_MHD_NORETURN static void
 http_PanicCallback (void *cls,
                     const char *file,
                     unsigned int line,

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