summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/SWF_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FileHandlers/SWF_Handler.cpp')
-rw-r--r--XMPFiles/source/FileHandlers/SWF_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMPFiles/source/FileHandlers/SWF_Handler.cpp b/XMPFiles/source/FileHandlers/SWF_Handler.cpp
index b414f56..30c3b0a 100644
--- a/XMPFiles/source/FileHandlers/SWF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/SWF_Handler.cpp
@@ -48,7 +48,7 @@ bool SWF_CheckFormat ( XMP_FileFormat format,
XMP_IO * fileRef,
XMPFiles * parent )
{
- IgnoreParam(format); IgnoreParam(fileRef); IgnoreParam(parent);
+ IgnoreParam(format); IgnoreParam(filePath); IgnoreParam(parent);
XMP_Assert ( format == kXMP_SWFFile );
// Make sure the file is long enough for an empty SWF stream. Check the signature.
@@ -331,7 +331,7 @@ void SWF_MetaHandler::UpdateFile ( bool doSafeUpdate )
// ! See important notes in SWF_Handler.hpp about file handling.
-void SWF_MetaHandler::WriteTempFile ( XMP_IO* tempRef )
+void SWF_MetaHandler::WriteTempFile ( XMP_IO* /*tempRef*/ )
{
// ! WriteTempFile is not supposed to be called for SWF.