mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed compiler warnings
This commit is contained in:
@@ -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]))
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user