Skip to content
Snippets Groups Projects
Commit 3fd2a705 authored by Ronald Kinard's avatar Ronald Kinard
Browse files

Maybe this is the last warning related commit?

parent 98c3c3a3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment