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:
Dan Everton 2006-02-17 21:55:11 +00:00
parent 02645dbdc1
commit 5519d82137

View file

@ -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();