App: [skip ci] fix warning

This commit is contained in:
wmayer
2022-03-20 13:41:45 +01:00
parent c8edbe0c30
commit a93cec09bc

View File

@@ -61,6 +61,7 @@ namespace MetadataInternal {
void warning(const SAXParseException& toCatch)
{
// Don't deal with warnings at all
std::ignore = toCatch;
}
void error(const SAXParseException& toCatch)