mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-12 21:28:30 -04:00
Fix warning in RGBController_GigabyteRGBFusion2USB.cpp
This commit is contained in:
1 parent
cd02ba5d39
commit
bfba7e99d0
1 file changed
+1
-1
@@ -285,7 +285,7 @@ void RGBController_RGBFusion2USB::Init_Controller()
|
||||
"D_LED4"
|
||||
};
|
||||
|
||||
const unsigned int header_count = controller->ExportGen2Strips().size();
|
||||
const unsigned int header_count = (unsigned int)controller->ExportGen2Strips().size();
|
||||
|
||||
bool default_enabled = false;
|
||||
uint8_t enabled_headers = 0;
|
||||
|
||||
Reference in new issue
Block a user