mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-08 07:57:35 -04:00
Fixed all the warnings I could
This commit is contained in:
@@ -43,7 +43,7 @@ std::string SRGBmodsLEDControllerV1::GetSerialString()
|
||||
return(return_string);
|
||||
}
|
||||
|
||||
void SRGBmodsLEDControllerV1::SetChannelLEDs(unsigned char channel, RGBColor* colors, unsigned int num_colors)
|
||||
void SRGBmodsLEDControllerV1::SetChannelLEDs(unsigned char /*channel*/, RGBColor* colors, unsigned int num_colors)
|
||||
{
|
||||
/*-----------------------------------------------------*\
|
||||
| Determine number of packets to send |
|
||||
|
||||
Reference in New Issue
Block a user