Fix Cppcheck warning: unused variable in test

This commit is contained in:
Daniel Marjamäki 2020-07-23 19:50:41 +02:00
parent a11a0e79e4
commit 53e11ead8f
1 changed files with 0 additions and 2 deletions

View File

@ -510,8 +510,6 @@ private:
}
void inlinesuppress_symbolname() {
Suppressions suppressions;
checkSuppression("void f() {\n"
" int a;\n"
" /* cppcheck-suppress uninitvar symbolName=a */\n"