Remove warnings on MSVC

This commit is contained in:
Alexander Bock
2023-04-26 23:51:16 +02:00
parent bba5fe6eaa
commit 6dfd0cd3a8
11 changed files with 23 additions and 21 deletions

View File

@@ -687,7 +687,7 @@ void LauncherWindow::populateWindowConfigsList(std::string preset) {
return;
}
}
catch (const std::runtime_error& e) {
catch (const std::runtime_error&) {
// Ignore an exception here because clicking the edit button will
// bring up an explanatory error message
}