diff options
Diffstat (limited to 'XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp')
-rw-r--r-- | XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp index 9e821ef..6ef70bd 100644 --- a/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp +++ b/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp @@ -130,7 +130,7 @@ XMP_Uns64 DISPMetadata::serialize( XMP_Uns8** outBuffer ) // //----------------------------------------------------------------------------- -bool DISPMetadata::isEmptyValue( XMP_Uns32 id, ValueObject& valueObj ) +bool DISPMetadata::isEmptyValue( XMP_Uns32 /*id*/, ValueObject& valueObj ) { TValueObject<std::string>* strObj = dynamic_cast<TValueObject<std::string>*>(&valueObj); |