Maybe this is the last warning related commit?

This commit is contained in:
Ronald Kinard 2014-11-14 00:04:54 -06:00
parent 98c3c3a3ae
commit 3fd2a705ee

View file

@ -301,7 +301,7 @@ SDL_bool framebuffer = SDL_FALSE;
UINT8 keyboard_started = 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"; //static char msg[] = "oh no! back to reality!\r\n";
const char * sigmsg; const char * sigmsg;
@ -350,7 +350,7 @@ static void signal_handler(INT32 num)
I_Quit(); I_Quit();
} }
#if defined (NDEBUG) && !defined (DC) && !defined (_WIN32_WCE) #if !defined (DC)
FUNCNORETURN static ATTRNORETURN void quit_handler(int num) FUNCNORETURN static ATTRNORETURN void quit_handler(int num)
{ {
signal(num, SIG_DFL); //default signal action signal(num, SIG_DFL); //default signal action