Fix warning on non-SWCODEC targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
02645dbdc1
commit
5519d82137
1 changed files with 2 additions and 0 deletions
|
@ -924,7 +924,9 @@ void sound_settings_apply(void)
|
|||
void settings_apply(void)
|
||||
{
|
||||
char buf[64];
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
int i;
|
||||
#endif
|
||||
|
||||
sound_settings_apply();
|
||||
|
||||
|
|
Loading…
Reference in a new issue