From ab35759de88a3cb24ba4a2fba76bcba3fb38edfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Thu, 11 Oct 2018 09:00:41 +0200 Subject: [PATCH] Fix cppcheck issues: unreachableCode --- src/convert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/convert.cpp b/src/convert.cpp index 82ae8223..96c3146d 100644 --- a/src/convert.cpp +++ b/src/convert.cpp @@ -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