sdl/i_system.cpp: Remove FUNCNORETURN on signal_handler()

Fixes ERRORMODE compliation after !2372
This commit is contained in:
toaster 2024-05-19 17:58:39 +01:00
parent c44790749d
commit d9ed882584

View file

@ -428,7 +428,7 @@ static void I_ReportSignal(int num, int coredumped)
} }
#ifndef NEWSIGNALHANDLER #ifndef NEWSIGNALHANDLER
FUNCNORETURN static ATTRNORETURN void signal_handler(INT32 num) static ATTRNORETURN void signal_handler(INT32 num)
{ {
g_in_exiting_signal_handler = true; g_in_exiting_signal_handler = true;