Fix warning in ResourceManager.cpp
This commit is contained in:
parent
5db2c3af8c
commit
39d7ce6a50
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ void ResourceManager::DetectDevicesCoroutine()
|
|||
LOG_INFO("------------------------------------------------------");
|
||||
for(unsigned int i2c_detector_idx = 0; i2c_detector_idx < (unsigned int)i2c_device_detectors.size() && detection_is_required.load(); i2c_detector_idx++)
|
||||
{
|
||||
unsigned int controller_size = rgb_controllers_hw.size();
|
||||
std::size_t controller_size = rgb_controllers_hw.size();
|
||||
detection_string = i2c_device_detector_strings[i2c_detector_idx].c_str();
|
||||
|
||||
/*-------------------------------------------------*\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue