forked from len0rd/rockbox
Fix warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8490 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b978acc59d
commit
8ac932fcb4
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ mpc_decoder_decode_frame(mpc_decoder *d, mpc_uint32_t *in_buffer,
|
||||||
for (i = 0; i < (in_len + 3) / 4; i++)
|
for (i = 0; i < (in_len + 3) / 4; i++)
|
||||||
d->Speicher[i] = mpc_swap32(d->Speicher[i]);
|
d->Speicher[i] = mpc_swap32(d->Speicher[i]);
|
||||||
#endif
|
#endif
|
||||||
|
(void)i; /* avoid warning */
|
||||||
d->dword = d->Speicher[0];
|
d->dword = d->Speicher[0];
|
||||||
switch (d->StreamVersion) {
|
switch (d->StreamVersion) {
|
||||||
#ifdef MPC_SUPPORT_SV456
|
#ifdef MPC_SUPPORT_SV456
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue