Fix cppcheck issues: unreachableCode

This commit is contained in:
Luis Díaz Más 2018-10-11 09:00:41 +02:00
parent 54ad1bc91a
commit ab35759de8

View File

@ -1356,9 +1356,9 @@ namespace Exiv2 {
# ifndef SUPPRESS_WARNINGS
EXV_WARNING << "Charset conversion required but no character mapping functionality available.\n";
# endif
UNUSED(str);
#endif
return ret;
UNUSED(str);
}
} // namespace Exiv2