Opened 12 years ago

Closed 12 years ago

#1593 closed defect (invalid)

Build failure: apetag.c:160:9: error: non-void function 'ff_ape_parse_tag' should return a value [-Wreturn-type]

Reported by: Jeremy Huddleston Owned by: anton@khirnov.net
Priority: critical Component: avformat
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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'

Change History (1)

comment:1 by Carl Eugen Hoyos, 12 years ago

Resolution: invalid
Status: newclosed

This was fixed yesterday early afternoon (ff2955a4).

Note: See TracTickets for help on using tickets.