MSVC: Fix several compiler warnings

This commit is contained in:
wmayer
2024-09-11 15:23:18 +02:00
committed by wwmayer
parent 53978bbf30
commit dad175cee9
4 changed files with 7 additions and 3 deletions

View File

@@ -402,7 +402,7 @@ void DlgAddPropertyVarSet::onEditFinished() {
checkGroup();
checkType();
}
catch (const CreatePropertyException& e) {
catch (const CreatePropertyException&) {
if (!namePropertyToAdd.empty()) {
clearCurrentProperty();
}