mirror of https://git.ffmpeg.org/ffmpeg.git
cmdutils: Mark exit_program as av_noreturn
This commit is contained in:
parent
e8e560f2a2
commit
85698be461
|
@ -52,7 +52,7 @@ void register_exit(void (*cb)(int ret));
|
|||
/**
|
||||
* Wraps exit with a program-specific cleanup routine.
|
||||
*/
|
||||
void exit_program(int ret);
|
||||
void exit_program(int ret) av_noreturn;
|
||||
|
||||
/**
|
||||
* Initialize the cmdutils option system, in particular
|
||||
|
|
Loading…
Reference in New Issue