Fix warnings in RGBController_Luxafor.cpp

This commit is contained in:
Adam Honse 2024-11-25 18:43:09 -06:00
parent 540f785e90
commit b7a3de0f10

View file

@ -172,7 +172,7 @@ void RGBController_Luxafor::SetupZones()
SetupColors();
}
void RGBController_Luxafor::ResizeZone(int zone, int new_size)
void RGBController_Luxafor::ResizeZone(int /*zone*/, int /*new_size*/)
{
/*-----------------------------------------------------*\
| This device does not support resizing zones |