summaryrefslogtreecommitdiff
path: root/XMPCore/source/XMPMeta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPCore/source/XMPMeta.cpp')
-rw-r--r--XMPCore/source/XMPMeta.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMPCore/source/XMPMeta.cpp b/XMPCore/source/XMPMeta.cpp
index ae31063..445931f 100644
--- a/XMPCore/source/XMPMeta.cpp
+++ b/XMPCore/source/XMPMeta.cpp
@@ -1105,7 +1105,7 @@ XMPMeta::GetNamespaceURI ( XMP_StringPtr namespacePrefix,
// *** restricted to the object that introduced them.
/* class-static */ void
-XMPMeta::DeleteNamespace ( XMP_StringPtr namespaceURI )
+XMPMeta::DeleteNamespace ( XMP_StringPtr /*namespaceURI*/ )
{
XMP_Throw ( "Unimplemented method XMPMeta::DeleteNamespace", kXMPErr_Unimplemented );
@@ -1482,7 +1482,7 @@ bool XMPMeta::ErrorCallbackInfo::CanNotify() const
//
// This is const just to be usable from const XMPMeta functions.
-bool XMPMeta::ErrorCallbackInfo::ClientCallbackWrapper ( XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr messsage ) const
+bool XMPMeta::ErrorCallbackInfo::ClientCallbackWrapper ( XMP_StringPtr /*filePath*/, XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr messsage ) const
{
XMP_Bool retValue = (*this->wrapperProc) ( this->clientProc, this->context, severity, cause, messsage );
return ConvertXMP_BoolToBool(retValue);