summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/WEBP_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FileHandlers/WEBP_Handler.cpp')
-rw-r--r--XMPFiles/source/FileHandlers/WEBP_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMPFiles/source/FileHandlers/WEBP_Handler.cpp b/XMPFiles/source/FileHandlers/WEBP_Handler.cpp
index c0b1f09..24b0147 100644
--- a/XMPFiles/source/FileHandlers/WEBP_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/WEBP_Handler.cpp
@@ -25,7 +25,7 @@ XMPFileHandler* WEBP_MetaHandlerCTor(XMPFiles* parent)
bool WEBP_CheckFormat(XMP_FileFormat format, XMP_StringPtr filePath,
XMP_IO* file, XMPFiles* parent)
{
- IgnoreParam(format);
+ IgnoreParam(filePath);
IgnoreParam(parent);
XMP_Assert(format == kXMP_WEBPFile);
@@ -148,7 +148,7 @@ void WEBP_MetaHandler::ProcessXMP()
this->processedXMP = true;
}
-void WEBP_MetaHandler::UpdateFile(bool doSafeUpdate)
+void WEBP_MetaHandler::UpdateFile(bool /*doSafeUpdate*/)
{
XMP_Validate(this->needsUpdate, "nothing to update",
kXMPErr_InternalFailure);