Fix warnings in HPOmenLaptopWMI_Windows

master
Adam Honse 2 months ago
parent 52ec58d67f
commit 0f6fdd6c3b

@ -91,7 +91,7 @@ void RGBController_HPOmenLaptopWMI_Windows::SetupZones()
SetupColors(); SetupColors();
} }
void RGBController_HPOmenLaptopWMI_Windows::ResizeZone(int zone, int new_size) void RGBController_HPOmenLaptopWMI_Windows::ResizeZone(int /*zone*/, int /*new_size*/)
{ {
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| Not Supported | | Not Supported |
@ -106,7 +106,7 @@ void RGBController_HPOmenLaptopWMI_Windows::DeviceUpdateLEDs()
controller->setColors(this->colors); controller->setColors(this->colors);
} }
void RGBController_HPOmenLaptopWMI_Windows::UpdateZoneLEDs(int zone) void RGBController_HPOmenLaptopWMI_Windows::UpdateZoneLEDs(int /*zone*/)
{ {
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| Set new colors | | Set new colors |
@ -114,7 +114,7 @@ void RGBController_HPOmenLaptopWMI_Windows::UpdateZoneLEDs(int zone)
controller->setColors(this->colors); controller->setColors(this->colors);
} }
void RGBController_HPOmenLaptopWMI_Windows::UpdateSingleLED(int led) void RGBController_HPOmenLaptopWMI_Windows::UpdateSingleLED(int /*led*/)
{ {
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| Set new colors | | Set new colors |

Loading…
Cancel
Save