Skip to content

Commit 0f6fdd6

Browse files
Fix warnings in HPOmenLaptopWMI_Windows
1 parent 52ec58d commit 0f6fdd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Controllers/HPOmenLaptopController/RGBController_HPOmenLaptopWMI_Windows.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)