Give signal_exit noreturn attribute.
This commit is contained in:
parent
866c04e9cf
commit
e06f58136b
@ -27,7 +27,7 @@ extern DWORD __sigfirst, __siglast;
|
|||||||
};
|
};
|
||||||
|
|
||||||
static BOOL WINAPI ctrl_c_handler (DWORD);
|
static BOOL WINAPI ctrl_c_handler (DWORD);
|
||||||
static void signal_exit (int);
|
static void signal_exit (int) __attribute__ ((noreturn));
|
||||||
static char windows_system_directory[1024];
|
static char windows_system_directory[1024];
|
||||||
static size_t windows_system_directory_length;
|
static size_t windows_system_directory_length;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user