Skip to content

Commit 46f8d64

Browse files
committed
Fix
1 parent ddcad61 commit 46f8d64

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

samples/unreadVariable/out.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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)