mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fix shadowArgument issue reported by cppcheck
This commit is contained in:
parent
9a026976ae
commit
a6dbc70644
@ -139,7 +139,6 @@ void printVariantToStream(std::ostream &s, const StdVariantType &v)
|
||||
break;
|
||||
case Variant::StringList:
|
||||
if(const auto valPtr = std::get_if<Variant::StringList>(&v)) {
|
||||
const auto v = *valPtr;
|
||||
s << '[';
|
||||
for(auto it = valPtr->cbegin(); it != valPtr->cend(); ++it) {
|
||||
if(it != valPtr->cbegin()) {
|
||||
|
Loading…
Reference in New Issue
Block a user