Commit 85698be4 authored by Luca Barbato's avatar Luca Barbato

cmdutils: Mark exit_program as av_noreturn

parent e8e560f2
...@@ -52,7 +52,7 @@ void register_exit(void (*cb)(int ret)); ...@@ -52,7 +52,7 @@ void register_exit(void (*cb)(int ret));
/** /**
* Wraps exit with a program-specific cleanup routine. * 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 * Initialize the cmdutils option system, in particular
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment