Resolve unused local variable warning

This commit is contained in:
Oliver Hamlet
2016-11-05 13:22:17 +00:00
parent 67d5caa915
commit c66f0ad4ce
+1 -1
View File
@@ -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 (...) {}