|
1 |
| -| test.c:376:17:376:30 | v_intmax_t_ptr | This argument should be of type 'int *' but is of type 'signed long *' | |
| 1 | +| test.c:376:17:376:30 | v_intmax_t_ptr | This argument should be of type 'int *' but is of type 'long *' | |
2 | 2 | | test.c:378:17:378:28 | v_size_t_ptr | This argument should be of type 'int *' but is of type 'unsigned long *' |
|
3 | 3 | | test.c:380:17:380:31 | v_ptrdiff_t_ptr | This argument should be of type 'int *' but is of type 'long *' |
|
4 | 4 | | test.c:417:17:417:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
|
|
8 | 8 | | test.c:427:18:427:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
|
9 | 9 | | test.c:428:17:428:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
|
10 | 10 | | test.c:429:18:429:27 | v_char_ptr | This argument should be of type 'long long' but is of type 'char *' |
|
| 11 | +| test.c:430:17:430:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' | |
11 | 12 | | test.c:431:17:431:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
|
12 | 13 | | test.c:432:17:432:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
|
13 | 14 | | test.c:434:16:434:25 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
|
14 | 15 | | test.c:435:17:435:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
|
15 | 16 | | test.c:436:18:436:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
|
16 | 17 | | test.c:437:17:437:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
|
17 | 18 | | test.c:438:18:438:27 | v_char_ptr | This argument should be of type 'long long' but is of type 'char *' |
|
| 19 | +| test.c:439:17:439:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' | |
18 | 20 | | test.c:440:17:440:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
|
19 | 21 | | test.c:441:17:441:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
|
20 | 22 | | test.c:443:16:443:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
|
|
82 | 84 | | test.c:536:17:536:21 | v_int | This argument should be of type 'short *' but is of type 'int' |
|
83 | 85 | | test.c:537:18:537:22 | v_int | This argument should be of type 'char *' but is of type 'int' |
|
84 | 86 | | test.c:538:17:538:21 | v_int | This argument should be of type 'long *' but is of type 'int' |
|
85 |
| -| test.c:538:17:538:21 | v_int | This argument should be of type 'signed long *' but is of type 'int' | |
86 | 87 | | test.c:539:18:539:22 | v_int | This argument should be of type 'long long *' but is of type 'int' |
|
87 | 88 | | test.c:540:17:540:21 | v_int | This argument should be of type 'int *' but is of type 'int' |
|
88 | 89 | | test.c:541:17:541:21 | v_int | This argument should be of type 'int *' but is of type 'int' |
|
|
0 commit comments