Fix more warnings

This commit is contained in:
Adam Honse 2023-07-05 23:27:32 -05:00
parent 25d7ea3e6a
commit b8f4b081a4
5 changed files with 14 additions and 8 deletions

View file

@ -400,12 +400,12 @@ void RGBController_EpomakerController::ResizeZone(int /*zone*/, int /*new_size*/
\*---------------------------------------------------------*/
}
void RGBController_EpomakerController::UpdateZoneLEDs(int zone)
void RGBController_EpomakerController::UpdateZoneLEDs(int /*zone*/)
{
DeviceUpdateLEDs();
}
void RGBController_EpomakerController::UpdateSingleLED(int led)
void RGBController_EpomakerController::UpdateSingleLED(int /*led*/)
{
DeviceUpdateLEDs();
}