diff --git a/ffplay.c b/ffplay.c index c85dad5e2f..5cc4fa4258 100644 --- a/ffplay.c +++ b/ffplay.c @@ -290,7 +290,7 @@ static AVPacket flush_pkt; static SDL_Surface *screen; -void exit_program(int ret) +void av_noreturn exit_program(int ret) { exit(ret); }