From 541819dd790a7dfcd00899d128d2e9d49df49748 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 16 Sep 2022 11:33:51 -0500 Subject: [PATCH] Fix warning in CorsairPeripheralV2Controller.cpp --- .../CorsairPeripheralV2Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2Controller.cpp b/Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2Controller.cpp index 0aad5763..98bc0b14 100644 --- a/Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2Controller.cpp +++ b/Controllers/CorsairPeripheralV2Controller/CorsairPeripheralV2Controller.cpp @@ -9,7 +9,7 @@ #include "CorsairPeripheralV2Controller.h" -CorsairPeripheralV2Controller::CorsairPeripheralV2Controller(hid_device* dev_handle, const char* path, std::string name, uint16_t pid) +CorsairPeripheralV2Controller::CorsairPeripheralV2Controller(hid_device* dev_handle, const char* path, std::string /*name*/, uint16_t pid) { const uint8_t sz = HID_MAX_STR; wchar_t tmp[sz];