mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Resolve unused local variable warning
This commit is contained in:
@@ -50,7 +50,7 @@ private:
|
||||
bool updateMasterlist() {
|
||||
try {
|
||||
return game_.GetMasterlist().Update(game_);
|
||||
} catch (std::exception& e) {
|
||||
} catch (std::exception&) {
|
||||
try {
|
||||
game_.GetMasterlist().Load(game_.MasterlistPath());
|
||||
} catch (...) {}
|
||||
|
||||
Reference in New Issue
Block a user