fix some compilation issues on various platforms

This commit is contained in:
itsmattkc
2021-02-21 09:35:14 +11:00
parent 108a1399c2
commit 17474b2f71
3 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ void ColorManager::InputValueChangedEvent(const QString &input, int element)
try {
SetConfig(OCIO::Config::CreateFromFile(GetConfigFilename().toUtf8()));
} catch (OCIO::Exception& e) {}
} catch (OCIO::Exception&) {}
}
}