Update ImproperCheckReturnValueScanf.expected

This commit is contained in:
ihsinme
2022-03-01 16:35:31 +03:00
committed by GitHub
parent d772ea0efe
commit bfec3c5e6e

View File

@@ -1,2 +1,7 @@
| test.cpp:23:3:23:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:41:3:41:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:43:3:43:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:44:3:44:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:45:3:45:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:78:3:78:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:79:3:79:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:80:3:80:7 | call to scanf | Unchecked return value for call to 'scanf'. |
| test.cpp:88:3:88:7 | call to scanf | Unchecked return value for call to 'scanf'. |