Silence a gcc warning
git-svn-id: https://svn.musicpd.org/mpd/trunk@4468 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
f2088bf869
commit
faa3debe8e
@ -617,6 +617,8 @@ static int decodeFirstFrame(mp3DecodeData * data, DecoderControl * dc,
|
|||||||
int ret;
|
int ret;
|
||||||
int skip;
|
int skip;
|
||||||
|
|
||||||
|
xing.flags = 0; /* stfu gcc */
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
skip = 0;
|
skip = 0;
|
||||||
while ((ret = decodeNextFrameHeader(data, tag, replayGainInfo)) == DECODE_CONT &&
|
while ((ret = decodeNextFrameHeader(data, tag, replayGainInfo)) == DECODE_CONT &&
|
||||||
|
Loading…
Reference in New Issue
Block a user