Commit faa3debe authored by J. Alexander Treuman's avatar J. Alexander Treuman

Silence a gcc warning

git-svn-id: https://svn.musicpd.org/mpd/trunk@4468 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent f2088bf8
......@@ -617,6 +617,8 @@ static int decodeFirstFrame(mp3DecodeData * data, DecoderControl * dc,
int ret;
int skip;
xing.flags = 0; /* stfu gcc */
while (1) {
skip = 0;
while ((ret = decodeNextFrameHeader(data, tag, replayGainInfo)) == DECODE_CONT &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment