Skip to content

Commit ac8adea

Browse files
authored
Update ImproperCheckReturnValueScanf.expected
1 parent 623f3fb commit ac8adea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
| test.cpp:51:3:51:7 | call to scanf | Unchecked return value for call to 'scanf'. |
21
| test.cpp:52:3:52:7 | call to scanf | Unchecked return value for call to 'scanf'. |
32
| test.cpp:53:3:53:7 | call to scanf | Unchecked return value for call to 'scanf'. |
4-
| test.cpp:104:3:104:7 | call to scanf | Unchecked return value for call to 'scanf'. |
3+
| test.cpp:54:3:54:7 | call to scanf | Unchecked return value for call to 'scanf'. |
54
| test.cpp:105:3:105:7 | call to scanf | Unchecked return value for call to 'scanf'. |
65
| test.cpp:106:3:106:7 | call to scanf | Unchecked return value for call to 'scanf'. |
7-
| test.cpp:114:3:114:7 | call to scanf | Unchecked return value for call to 'scanf'. |
8-
| test.cpp:119:3:119:7 | call to scanf | Unchecked return value for call to 'scanf'. |
6+
| test.cpp:107:3:107:7 | call to scanf | Unchecked return value for call to 'scanf'. |
7+
| test.cpp:115:3:115:7 | call to scanf | Unchecked return value for call to 'scanf'. |
8+
| test.cpp:120:3:120:7 | call to scanf | Unchecked return value for call to 'scanf'. |

0 commit comments

Comments
 (0)