Fixed compiler warnings

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-02-05 09:17:25 +01:00
parent e43f3716f0
commit fd07daae7a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]))
+1 -1
View File
@@ -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,