We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027023b commit 8930b1dCopy full SHA for 8930b1d
samples/unreadVariable/out.txt
@@ -1,3 +1,6 @@
1
samples\unreadVariable\bad.cpp:5:34: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
2
std::string s1 = "test1", s2 = "test2";
3
^
4
+samples\unreadVariable\bad.cpp:5:31: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
5
+ std::string s1 = "test1", s2 = "test2";
6
+ ^
0 commit comments