Fix warning in NZXTHuePlusControllerDetect.cpp
This commit is contained in:
parent
f4dd9135dc
commit
20cc60c901
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
* *
|
||||
\******************************************************************************************/
|
||||
|
||||
void DetectNZXTHuePlusControllers(std::vector<RGBController*> &rgb_controllers)
|
||||
void DetectNZXTHuePlusControllers(std::vector<RGBController*> &/*rgb_controllers*/)
|
||||
{
|
||||
std::vector<std::string *> ports = find_usb_serial_port(NZXT_HUE_PLUS_VID, NZXT_HUE_PLUS_PID);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue