mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
Fix warnings in RGBController_SinowealthGMOW.cpp
This commit is contained in:
@@ -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*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user