engine: client: declare CL_Quit_f as noreturn

This commit is contained in:
Alibek Omarov 2019-12-24 02:57:08 +03:00
parent 0fe18ae6dc
commit 5d8b770e6c

View File

@ -709,7 +709,7 @@ dlight_t *CL_GetEntityLight( int number );
// //
// cl_cmds.c // cl_cmds.c
// //
void CL_Quit_f( void ); void CL_Quit_f( void ) NORETURN;
void CL_ScreenShot_f( void ); void CL_ScreenShot_f( void );
void CL_SnapShot_f( void ); void CL_SnapShot_f( void );
void CL_PlayCDTrack_f( void ); void CL_PlayCDTrack_f( void );