summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/ASF_Handler.cpp
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2017-01-11 19:18:06 -0500
committerHubert Figuière <hub@figuiere.net>2017-01-11 19:18:06 -0500
commitb446b336d7f67c97098846c0912ad9d8415dec4b (patch)
treef9198ca08f23c54d81afd07c89f1390635425b9e /XMPFiles/source/FileHandlers/ASF_Handler.cpp
parent61f0a23ba803c1aca65caf4ae10760598a2ee3a3 (diff)
Adobe SDK: fix some unused args and variables warnings
Diffstat (limited to 'XMPFiles/source/FileHandlers/ASF_Handler.cpp')
-rw-r--r--XMPFiles/source/FileHandlers/ASF_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMPFiles/source/FileHandlers/ASF_Handler.cpp b/XMPFiles/source/FileHandlers/ASF_Handler.cpp
index 14bf225..2ffec3a 100644
--- a/XMPFiles/source/FileHandlers/ASF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/ASF_Handler.cpp
@@ -46,7 +46,7 @@ bool ASF_CheckFormat ( XMP_FileFormat format,
XMPFiles * parent )
{
- IgnoreParam(format); IgnoreParam(fileRef); IgnoreParam(parent);
+ IgnoreParam(format); IgnoreParam(filePath); IgnoreParam(fileRef); IgnoreParam(parent);
XMP_Assert ( format == kXMP_WMAVFile );
if ( fileRef->Length() < guidLen ) return false;