We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fa36c commit 8f2c02dCopy full SHA for 8f2c02d
1 file changed
test/testother.cpp
@@ -1971,7 +1971,8 @@ class TestOther : public TestFixture {
1971
ASSERT_EQUALS("[test.cpp:2:11]: (style) The scope of the variable 'p' can be reduced. [variableScope]\n"
1972
"[test.cpp:12:11]: (style) The scope of the variable 'q' can be reduced. [variableScope]\n",
1973
errout_str());
1974
-
+ }
1975
+
1976
void varScope45() {
1977
check("void g(int x, int y) {\n" // #14497
1978
" int a = x, b = y;\n"
0 commit comments