We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcad61 commit 46f8d64Copy full SHA for 46f8d64
1 file changed
samples/unreadVariable/out.txt
@@ -1,6 +1,3 @@
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