Fix Windows build

This commit is contained in:
SherlockNoMad 2016-03-03 15:08:24 -08:00
parent 501927ffc4
commit 58ecd91326

View File

@ -1616,7 +1616,7 @@ Status BackupEngineImpl::BackupMeta::LoadFromFile(
std::string abs_path = backup_dir + "/" + filename;
try {
size = abs_path_to_size.at(abs_path);
} catch (std::out_of_range& e) {
} catch (std::out_of_range&) {
return Status::NotFound("Size missing for pathname: " + abs_path);
}
}