mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 04:31:08 -06:00
Remove warnings on MSVC
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user