Fix -Wpedantic

This commit is contained in:
Dennis Klein
2020-01-22 15:44:28 +01:00
committed by Dennis Klein
parent 15de80cfd3
commit d608abf31c
5 changed files with 14 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ ValInfo ConvertVarValToValInfo(const po::variable_value& v)
} catch (out_of_range& oor) {
return {string("[unidentified_type]"), string("[unidentified_type]"), origin};
}
};
}
string ConvertVarValToString(const po::variable_value& v)
{
@@ -443,4 +443,4 @@ void ProgOptions::PrintOptionsRaw() const
} // namespace mq
} // namespace fair
} // namespace fair