App: Add Metadata content type test

This commit is contained in:
Chris Hennes
2022-03-21 09:10:51 -05:00
parent 6160d0fe78
commit 9fe1bdb092
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;