MSVC: fix compiler warnings

This commit is contained in:
wmayer
2024-02-23 15:32:38 +01:00
committed by wwmayer
parent 78ffa29629
commit 64a91968a3
8 changed files with 12 additions and 9 deletions

View File

@@ -303,7 +303,7 @@ QWidget* setupMainWindow()
try {
Gui::initGuiAppPostMainWindow(true, *qApp, *mw, nullptr);
}
catch (const Base::Exception& e) {
catch (const Base::Exception&) {
return nullptr;
}