squash another compiler warning

This commit is contained in:
Robin Gareus 2013-09-04 01:37:15 +02:00
parent a6b66f1594
commit 4a135c82fb

View File

@ -864,7 +864,7 @@ GainMeterBase::update_meters()
}
}
void GainMeterBase::color_handler(bool dpi)
void GainMeterBase::color_handler(bool /* dpi */)
{
setup_meters();
}