mirror of
https://github.com/mirror/wget.git
synced 2025-03-06 07:40:19 +08:00
* src/utils.c: Fix _Noreturn compiler warning
This commit is contained in:
parent
42b8761cbc
commit
4cf8af84e0
@ -113,7 +113,7 @@ as that of the covered work. */
|
||||
#include "exits.h"
|
||||
#include "c-strcase.h"
|
||||
|
||||
static void _Noreturn
|
||||
_Noreturn static void
|
||||
memfatal (const char *context, long attempted_size)
|
||||
{
|
||||
/* Make sure we don't try to store part of the log line, and thus
|
||||
@ -1936,7 +1936,7 @@ random_float (void)
|
||||
|
||||
static sigjmp_buf run_with_timeout_env;
|
||||
|
||||
static void _Noreturn
|
||||
_Noreturn static void
|
||||
abort_run_with_timeout (int sig _GL_UNUSED)
|
||||
{
|
||||
assert (sig == SIGALRM);
|
||||
|
Loading…
Reference in New Issue
Block a user