mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-11 01:20:23 -04:00
Fix most compiler warnings
This commit is contained in:
committed by
Adam Honse
parent
f38b90ad52
commit
dbf796256b
@@ -93,7 +93,7 @@ void PolychromeController::SetAllColors(unsigned char red, unsigned char green,
|
||||
}
|
||||
}
|
||||
|
||||
void PolychromeController::SetLEDColor(unsigned int led, unsigned char red, unsigned char green, unsigned char blue)
|
||||
void PolychromeController::SetLEDColor(unsigned int /*led*/, unsigned char red, unsigned char green, unsigned char blue)
|
||||
{
|
||||
if (asr_led)
|
||||
{
|
||||
@@ -117,4 +117,4 @@ void PolychromeController::SetMode(unsigned char mode)
|
||||
{
|
||||
bus->i2c_smbus_write_byte_data(dev, POLYCHROME_REG_MODE, mode);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user