sdl/i_system.cpp: Remove FUNCNORETURN on signal_handler()
Fixes ERRORMODE compliation after !2372
This commit is contained in:
parent
10e11ba5ce
commit
4847282eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ static void I_ReportSignal(int num, int coredumped)
|
|||
}
|
||||
|
||||
#ifndef NEWSIGNALHANDLER
|
||||
FUNCNORETURN static ATTRNORETURN void signal_handler(INT32 num)
|
||||
static ATTRNORETURN void signal_handler(INT32 num)
|
||||
{
|
||||
g_in_exiting_signal_handler = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue