X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=925df5014e98c2557b2c4d8547c88301d45b98e4;hb=a2cd13f04f0d06a6c0e4981043d1b22c6af3469b;hp=d26089cca4fdf153e58b65aa468c324b36f48263;hpb=f7cba736bada4fcdd776617bf2df0b10ad8a44f8;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index d26089cca4f..925df5014e9 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -376,7 +376,7 @@ FILE *get_preset_file(char *filename, size_t filename_size, * Do all the necessary cleanup and abort. * This function is implemented in the avtools, not cmdutils. */ -void exit_program(int ret); +av_noreturn void exit_program(int ret); /** * Realloc array to hold new_size elements of elem_size.