mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 06:25:01 -04:00
Fix truncation warning in LogitechG915Controller.cpp
This commit is contained in:
@@ -113,12 +113,12 @@ public:
|
||||
);
|
||||
|
||||
private:
|
||||
hid_device* dev_handle;
|
||||
char feature_4522_idx;
|
||||
char device_index;
|
||||
char feature_8040_idx;
|
||||
char feature_8071_idx;
|
||||
char feature_8081_idx;
|
||||
hid_device* dev_handle;
|
||||
unsigned char feature_4522_idx;
|
||||
unsigned char device_index;
|
||||
unsigned char feature_8040_idx;
|
||||
unsigned char feature_8071_idx;
|
||||
unsigned char feature_8081_idx;
|
||||
|
||||
void SendDirectFrame
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user