mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 12:06:37 -04:00
Clean up warnings, except in hidapi and cli files
This commit is contained in:
@@ -98,7 +98,7 @@ void DetectCorsairPeripheralControllers(std::vector<RGBController*>& rgb_control
|
||||
|
||||
hid_init();
|
||||
|
||||
for(int device_idx = 0; device_idx < CORSAIR_NUM_DEVICES; device_idx++)
|
||||
for(std::size_t device_idx = 0; device_idx < CORSAIR_NUM_DEVICES; device_idx++)
|
||||
{
|
||||
dev = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user