Skip to content

Commit 9be18f2

Browse files
committed
Oh no (2)
Forgot the test files
1 parent ddb85d0 commit 9be18f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
| test.c:10:3:10:8 | call to memcpy | The dest type int * and src type int * of function memcpy are not compatible. |
2-
| test.c:14:3:14:9 | call to memmove | The dest type char[7] and src type char[7] of function memmove are not compatible. |
3-
| test.c:22:3:22:8 | call to memcmp | The dest type char[7] and src type char[7] of function memcmp are not compatible. |
1+
| test.c:6:3:6:8 | call to memcpy | The dest type int * and src type char * of function memcpy are not compatible. |
2+
| test.c:18:3:18:9 | call to memmove | The dest type char[9] and src type int[2] of function memmove are not compatible. |

0 commit comments

Comments
 (0)