aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_set_panic.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-14 21:22:33 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-14 21:22:33 +0300
commit977d01df7adcf76883171537b527f29046153029 (patch)
tree98fd6fe74cbf9b3b8f4e252bfefa06c4060d2f84 /src/microhttpd/test_set_panic.c
parente4850e5b2c67c2c7f4b925b4eaea0554d67efb91 (diff)
downloadlibmicrohttpd-977d01df7adcf76883171537b527f29046153029.tar.gz
libmicrohttpd-977d01df7adcf76883171537b527f29046153029.zip
src/microhttpd/test_*: fixed more compiler warnings
Diffstat (limited to 'src/microhttpd/test_set_panic.c')
-rw-r--r--src/microhttpd/test_set_panic.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/microhttpd/test_set_panic.c b/src/microhttpd/test_set_panic.c
index f1548380..a2d889c1 100644
--- a/src/microhttpd/test_set_panic.c
+++ b/src/microhttpd/test_set_panic.c
@@ -708,6 +708,7 @@ _MHD_dumbClient_send_req (struct _MHD_dumbClient *clnt)
708 708
709 709
710/* internal */ 710/* internal */
711_MHD_NORETURN /* not implemented */
711static void 712static void
712_MHD_dumbClient_recv_reply (struct _MHD_dumbClient *clnt) 713_MHD_dumbClient_recv_reply (struct _MHD_dumbClient *clnt)
713{ 714{
@@ -988,7 +989,7 @@ _MHD_dumbClient_close (struct _MHD_dumbClient *clnt)
988} 989}
989 990
990 991
991static void 992_MHD_NORETURN static void
992socket_cb (void *cls, 993socket_cb (void *cls,
993 struct MHD_Connection *c, 994 struct MHD_Connection *c,
994 void **socket_context, 995 void **socket_context,
@@ -1409,7 +1410,7 @@ testNumThreadsForPool (enum testMhdPollType pollType)
1409 1410
1410#define PANIC_MAGIC_CHECK 1133 1411#define PANIC_MAGIC_CHECK 1133
1411 1412
1412static void 1413_MHD_NORETURN static void
1413myPanicCallback (void *cls, 1414myPanicCallback (void *cls,
1414 const char *file, 1415 const char *file,
1415 unsigned int line, 1416 unsigned int line,