diff --git a/lib/checkother.cpp b/lib/checkother.cpp index 8bed01d2a..1b4c91ef4 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -608,7 +608,7 @@ void CheckOther::checkRedundantAssignment() // TODO nonlocal variables are not tracked entirely. const bool nonlocal = it->second->variable() && nonLocalVolatile(it->second->variable()); - + // Warnings are inconclusive if there are possible side effects or if variable is not // tracked perfectly. const bool inconclusive = possibleSideEffects | nonlocal;