Skip to content

Commit 8930b1d

Browse files
committed
samples/unreadVariable: adjusted output
1 parent 027023b commit 8930b1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/unreadVariable/out.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
samples\unreadVariable\bad.cpp:5:34: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
22
std::string s1 = "test1", s2 = "test2";
33
^
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

Comments
 (0)