File tree Expand file tree Collapse file tree
Controllers/HPOmenLaptopController Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ void RGBController_HPOmenLaptopWMI_Windows::SetupZones()
9191 SetupColors ();
9292}
9393
94- void RGBController_HPOmenLaptopWMI_Windows::ResizeZone (int zone, int new_size)
94+ void RGBController_HPOmenLaptopWMI_Windows::ResizeZone (int /* zone*/ , int /* new_size*/ )
9595{
9696 /* -----------------------------------------------------*\
9797 | Not Supported |
@@ -106,15 +106,15 @@ void RGBController_HPOmenLaptopWMI_Windows::DeviceUpdateLEDs()
106106 controller->setColors (this ->colors );
107107}
108108
109- void RGBController_HPOmenLaptopWMI_Windows::UpdateZoneLEDs (int zone)
109+ void RGBController_HPOmenLaptopWMI_Windows::UpdateZoneLEDs (int /* zone*/ )
110110{
111111 /* -----------------------------------------------------*\
112112 | Set new colors |
113113 \*-----------------------------------------------------*/
114114 controller->setColors (this ->colors );
115115}
116116
117- void RGBController_HPOmenLaptopWMI_Windows::UpdateSingleLED (int led)
117+ void RGBController_HPOmenLaptopWMI_Windows::UpdateSingleLED (int /* led*/ )
118118{
119119 /* -----------------------------------------------------*\
120120 | Set new colors |
You can’t perform that action at this time.
0 commit comments