From 54b3828e52d083eb30f5ece5048d6649a19657c7 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 21 Sep 2022 19:24:53 -0500 Subject: [PATCH] Fix warning in GaiZhongGaiKeyboardController.cpp --- .../GaiZhongGaiKeyboardController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/GaiZongGaiKeyboardController/GaiZhongGaiKeyboardController.cpp b/Controllers/GaiZongGaiKeyboardController/GaiZhongGaiKeyboardController.cpp index 4430abe9..345aec04 100644 --- a/Controllers/GaiZongGaiKeyboardController/GaiZhongGaiKeyboardController.cpp +++ b/Controllers/GaiZongGaiKeyboardController/GaiZhongGaiKeyboardController.cpp @@ -70,7 +70,7 @@ unsigned short GaiZhongGaiKeyboardController::GetUSBPID() void GaiZhongGaiKeyboardController::SendColors ( unsigned char* color_data, - unsigned int color_data_size + unsigned int /*color_data_size*/ ) { unsigned char usb_buf[65];