Fix cppcheck issues: unreachableCode

v0.27.3
Luis Díaz Más 7 years ago
parent 54ad1bc91a
commit ab35759de8

@ -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

Loading…
Cancel
Save