]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
sws: Fix warning: ‘abase’ may be used uninitialized in this function
[ffmpeg] / ffserver.c
index 90c4ae6f4cd90ee85fd6170c2920aebd285868fc..1244b45b90d9c897f9c65f662e7edcf381117841 100644 (file)
@@ -320,7 +320,7 @@ static AVLFG random_state;
 static FILE *logfile = NULL;
 
 /* FIXME: make ffserver work with IPv6 */
-void exit_program(int ret)
+void av_noreturn exit_program(int ret)
 {
     exit(ret);
 }