mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-13 06:41:47 -04:00
More warning fixes
This commit is contained in:
@@ -48,7 +48,7 @@ int Search(wchar_t *dev_name)
|
||||
return 1;
|
||||
}
|
||||
|
||||
i += wcslen(buff + i);
|
||||
i += (int)wcslen(buff + i);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user