We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85583d9 commit d18e9bcCopy full SHA for d18e9bc
1 file changed
lib/checkunusedvar.cpp
@@ -724,7 +724,6 @@ void CheckUnusedVar::checkFunctionVariableUsage_iterateScopes(const Scope* const
724
type = Variables::pointer;
725
else if (mTokenizer->isC() ||
726
i->typeEndToken()->isStandardType() ||
727
- i->isStlType() ||
728
mTokenizer->getSymbolDatabase()->isRecordTypeWithoutSideEffects(i->type()) ||
729
mSettings->library.detectContainer(i->typeStartToken()) ||
730
mSettings->library.getTypeCheck("unusedvar", i->typeStartToken()->str()) == Library::TypeCheck::check)
0 commit comments