id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1593	Build failure: apetag.c:160:9: error: non-void function 'ff_ape_parse_tag' should return a value [-Wreturn-type]	jeremyhu	anton@khirnov.net	"Introduced by:
{{{

commit 782e64fbe1daa84c38594db037d0edfac7193c37
Author: Anton Khirnov <anton@khirnov.net>
Date:   Mon Jul 30 07:28:35 2012 +0200

    wv,mpc8: don't return apetag data in packets.

}}}

{{{
/Users/jeremy/src/ffmpeg/fate/i386-darwin-clang-apple-3.1/src/libavformat/apetag.c:160:9: error: non-void function 'ff_ape_parse_tag' should return a value [-Wreturn-type]
        return;
        ^
}}}

You forgot to change one of the 'return's into a 'return 0'

"	defect	closed	critical	avformat	git-master	invalid					0	0
