summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.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/FormatSupport/WAVE/iXMLMetadata.cpp
parent61f0a23ba803c1aca65caf4ae10760598a2ee3a3 (diff)
Adobe SDK: fix some unused args and variables warnings
Diffstat (limited to 'XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp')
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp
index 8e559a1..cd4240b 100644
--- a/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp
@@ -981,7 +981,7 @@ namespace IFF_RIFF {
return false;
}
- bool iXMLMetadata::validateTrackListInfo( ValueObject * value ) {
+ bool iXMLMetadata::validateTrackListInfo( ValueObject * /*value*/ ) {
return true;
}