Silence a gcc warning... Properly.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4469 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
faa3debe8e
commit
2fa3e8ab26
@ -617,7 +617,9 @@ static int decodeFirstFrame(mp3DecodeData * data, DecoderControl * dc,
|
||||
int ret;
|
||||
int skip;
|
||||
|
||||
xing.flags = 0; /* stfu gcc */
|
||||
/* stfu gcc */
|
||||
memset(&xing, 0, sizeof(struct xing));
|
||||
xing.flags = 0;
|
||||
|
||||
while (1) {
|
||||
skip = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user