diff --git a/apps/settings.c b/apps/settings.c index 4e25bebd95..d776f3f2d3 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -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();