fixed Clang warnings in rtengine and rtexif

This commit is contained in:
Alberto Griggio
2017-04-01 13:34:16 +02:00
parent 24fd816c36
commit 73afa054c4
4 changed files with 3 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ void parseKodakIfdTextualInfo(Tag *textualInfo, Tag* exif_)
TagDirectory *exif = exif_->getDirectory();
char *value = (char *)textualInfo->getValue();
int valuesize = textualInfo->getValueSize();
char *p = value;
char *pc, *plf;