We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260044d commit 44aaf3aCopy full SHA for 44aaf3a
Controllers/LenovoControllers/LenovoUSBController_Gen7_8/RGBController_Lenovo_Gen7_8.cpp
@@ -419,7 +419,7 @@ void LenovoRGBController_Gen7_8::ReadDeviceSettings()
419
vector<led_group> current_settings = controller->getProfileSettings(profile_id);
420
if(current_settings.size() > 0)
421
{
422
- for(int i = 0; i < modes.size(); i++)
+ for(unsigned int i = 0; i < modes.size(); i++)
423
424
if(modes[i].value == current_settings[0].mode)
425
0 commit comments