Clear missing-noreturn warnings

This commit is contained in:
Alam Ed Arias 2023-10-17 19:57:56 -04:00
parent 1b82918384
commit 79e2596ce6
1 changed files with 1 additions and 1 deletions

View File

@ -3031,7 +3031,7 @@ void I_Sleep(UINT32 ms)
} }
#ifdef NEWSIGNALHANDLER #ifdef NEWSIGNALHANDLER
static void newsignalhandler_Warn(const char *pr) FUNCNORETURN static ATTRNORETURN void newsignalhandler_Warn(const char *pr)
{ {
char text[128]; char text[128];