mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Maybe this is the last warning related commit?
This commit is contained in:
parent
98c3c3a3ae
commit
3fd2a705ee
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ SDL_bool framebuffer = SDL_FALSE;
|
|||
|
||||
UINT8 keyboard_started = false;
|
||||
|
||||
static void signal_handler(INT32 num)
|
||||
FUNCNORETURN static ATTRNORETURN void signal_handler(INT32 num)
|
||||
{
|
||||
//static char msg[] = "oh no! back to reality!\r\n";
|
||||
const char * sigmsg;
|
||||
|
@ -350,7 +350,7 @@ static void signal_handler(INT32 num)
|
|||
I_Quit();
|
||||
}
|
||||
|
||||
#if defined (NDEBUG) && !defined (DC) && !defined (_WIN32_WCE)
|
||||
#if !defined (DC)
|
||||
FUNCNORETURN static ATTRNORETURN void quit_handler(int num)
|
||||
{
|
||||
signal(num, SIG_DFL); //default signal action
|
||||
|
|
Loading…
Reference in a new issue