Fix warnings
This commit is contained in:
parent
755ce20794
commit
be90537d10
12 changed files with 44 additions and 44 deletions
|
|
@ -77,7 +77,7 @@ void SteelSeriesApex8ZoneController::SetColor(std::vector<RGBColor> colors, uint
|
|||
|
||||
buffer[1] += mode;
|
||||
|
||||
for(int i = 0; i < colors.size(); i++)
|
||||
for(unsigned int i = 0; i < colors.size(); i++)
|
||||
{
|
||||
uint8_t index = i * 3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue