summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport/IPTC_Support.hpp
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/FormatSupport/IPTC_Support.hpp
parent61f0a23ba803c1aca65caf4ae10760598a2ee3a3 (diff)
Adobe SDK: fix some unused args and variables warnings
Diffstat (limited to 'XMPFiles/source/FormatSupport/IPTC_Support.hpp')
-rw-r--r--XMPFiles/source/FormatSupport/IPTC_Support.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMPFiles/source/FormatSupport/IPTC_Support.hpp b/XMPFiles/source/FormatSupport/IPTC_Support.hpp
index e81f1e0..b0b697b 100644
--- a/XMPFiles/source/FormatSupport/IPTC_Support.hpp
+++ b/XMPFiles/source/FormatSupport/IPTC_Support.hpp
@@ -258,9 +258,9 @@ public:
IPTC_Reader() {};
- void SetDataSet_UTF8 ( XMP_Uns8 dsNum, const void* utf8Ptr, XMP_Uns32 utf8Len, long which = -1 ) { NotAppropriate(); };
+ void SetDataSet_UTF8 ( XMP_Uns8 /*dsNum*/, const void* /*utf8Ptr*/, XMP_Uns32 /*utf8Len*/, long which = -1 ) { IgnoreParam(which); NotAppropriate(); };
- void DeleteDataSet ( XMP_Uns8 dsNum, long which = -1 ) { NotAppropriate(); };
+ void DeleteDataSet ( XMP_Uns8 /*dsNum*/, long which = -1 ) { IgnoreParam(which); NotAppropriate(); };
bool IsChanged() { return false; };