Fix a bunch of compiler warnings
This commit is contained in:
parent
be10133bce
commit
bba7fa9fd2
40 changed files with 130 additions and 124 deletions
|
|
@ -86,10 +86,6 @@ void CorsairWirelessController::SetLEDs(std::vector<RGBColor>colors)
|
|||
SendDirectFrame(false, &buf[362]);
|
||||
}
|
||||
|
||||
void CorsairWirelessController::SetLEDsKeyboardFull(std::vector<RGBColor> colors)
|
||||
{
|
||||
}
|
||||
|
||||
void CorsairWirelessController::SetName(std::string device_name)
|
||||
{
|
||||
name = device_name;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ public:
|
|||
std::string GetSerialString();
|
||||
|
||||
void SetLEDs(std::vector<RGBColor> colors);
|
||||
void SetLEDsKeyboardFull(std::vector<RGBColor> colors);
|
||||
void SetName(std::string device_name);
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue