diff options
Diffstat (limited to 'src/sys/sys_local.h')
-rw-r--r-- | src/sys/sys_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/sys_local.h b/src/sys/sys_local.h index 8f99e7c5..2c12a464 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -53,7 +53,7 @@ void Sys_GLimpSafeInit( void ); void Sys_GLimpInit( void ); void Sys_PlatformInit( void ); void Sys_PlatformExit( void ); -void Sys_SigHandler( int signal ); +void Sys_SigHandler( int signal ) __attribute__ ((noreturn)); void Sys_ErrorDialog( const char *error ); void Sys_AnsiColorPrint( const char *msg ); |