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 # ifndef SUPPRESS_WARNINGS
EXV_WARNING << "Charset conversion required but no character mapping functionality available.\n"; EXV_WARNING << "Charset conversion required but no character mapping functionality available.\n";
# endif # endif
UNUSED(str);
#endif #endif
return ret; return ret;
UNUSED(str);
} }
} // namespace Exiv2 } // namespace Exiv2

Loading…
Cancel
Save