REOPENED #12260 (false positive: unusedVariable with side effects in member initialization) (#5764)

This commit is contained in:
olabetskyi 2023-12-15 12:35:55 +02:00 committed by GitHub
parent 02fed7a266
commit 42547aac9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ private:
"int main() {\n"
" A a;\n"
"}");
TODO_ASSERT_EQUALS("error", "", errout.str());
ASSERT_EQUALS("", errout.str());
// side-effect variable
functionVariableUsage(