App: Add Metadata content type test

This commit is contained in:
Chris Hennes
2022-03-21 09:10:51 -05:00
parent a8420f918b
commit af041fb4d6
4 changed files with 76 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ XERCES_CPP_NAMESPACE_USE
namespace MetadataInternal {
class XMLErrorHandler : public HandlerBase {
void warning(const SAXParseException& toCatch)
void warning(const SAXParseException&)
{
// Don't deal with warnings at all
std::ignore = toCatch;