mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
sdl/i_system.cpp: Remove FUNCNORETURN on signal_handler()
Fixes ERRORMODE compliation after !2372
This commit is contained in:
parent
c44790749d
commit
d9ed882584
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,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…
Add table
Reference in a new issue