Fix more warnings
This commit is contained in:
parent
25d7ea3e6a
commit
b8f4b081a4
5 changed files with 14 additions and 8 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue