Fix a bunch of warnings

This commit is contained in:
Adam Honse
2025-12-15 19:21:15 -06:00
parent b3c5a65884
commit c509698b54
7 changed files with 12 additions and 18 deletions

View File

@@ -220,7 +220,7 @@ void RGBController_QMKVialRGB::SetupZones()
SetupColors();
}
void RGBController_QMKVialRGB::ResizeZone(int zone, int new_size)
void RGBController_QMKVialRGB::ResizeZone(int /*zone*/, int /*new_size*/)
{
}