From a93cec09bc4bd07c7eeda46a22978e978fbb0648 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 20 Mar 2022 13:41:45 +0100 Subject: [PATCH] App: [skip ci] fix warning --- src/App/Metadata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Metadata.cpp b/src/App/Metadata.cpp index e3f1a22dc6..ce0796bf7b 100644 --- a/src/App/Metadata.cpp +++ b/src/App/Metadata.cpp @@ -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)