Fix Clang-10 warnings
This commit is contained in:
@@ -635,7 +635,7 @@ public:
|
||||
|
||||
MyMutex::MyLock lock(mutex);
|
||||
|
||||
for (const auto profile : fileProfiles) {
|
||||
for (const auto& profile : fileProfiles) {
|
||||
if (
|
||||
(
|
||||
type == ICCStore::ProfileType::MONITOR
|
||||
|
||||
Reference in New Issue
Block a user