Fix warnings in RGBController_SinowealthGMOW.cpp
This commit is contained in:
parent
75f3f3a3cb
commit
f6bd67c5a3
1 changed files with 3 additions and 3 deletions
|
|
@ -163,7 +163,7 @@ void RGBController_GMOW::SetupZones()
|
|||
|
||||
}
|
||||
|
||||
void RGBController_GMOW::ResizeZone(int zone, int new_size)
|
||||
void RGBController_GMOW::ResizeZone(int /*zone*/, int /*new_size*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -173,12 +173,12 @@ void RGBController_GMOW::DeviceUpdateLEDs()
|
|||
|
||||
}
|
||||
|
||||
void RGBController_GMOW::UpdateZoneLEDs(int zone)
|
||||
void RGBController_GMOW::UpdateZoneLEDs(int /*zone*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void RGBController_GMOW::UpdateSingleLED(int led)
|
||||
void RGBController_GMOW::UpdateSingleLED(int /*led*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue