1
0
Fork 0
forked from len0rd/rockbox

Fix the warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10889 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2006-09-05 11:59:02 +00:00
parent cf5f256a93
commit d770cfa65f
2 changed files with 7 additions and 1 deletions

View file

@ -1006,7 +1006,9 @@ static bool eq_hw_set_band4_gain(void)
void eq_hw_enable(bool enable)
{
#ifndef SIMULATOR
#ifdef SIMULATOR
(void) enable;
#else
if (enable) {
wmcodec_set_equalizer_band(0, global_settings.eq_hw_band0_cutoff,
0, global_settings.eq_hw_band0_gain);