mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
signalhandlers are function of NORETURN
This commit is contained in:
parent
aa21dcad33
commit
35f57882e4
1 changed files with 1 additions and 1 deletions
|
@ -2265,7 +2265,7 @@ void I_Sleep(UINT32 ms)
|
|||
}
|
||||
|
||||
#ifdef NEWSIGNALHANDLER
|
||||
static void newsignalhandler_Warn(const char *pr)
|
||||
ATTRNORETURN static FUNCNORETURN void newsignalhandler_Warn(const char *pr)
|
||||
{
|
||||
char text[128];
|
||||
|
||||
|
|
Loading…
Reference in a new issue