Skip to content

Commit 4d77a0a

Browse files
authored
Update WrongTypeFormatArguments.expected
1 parent 3b7cf48 commit 4d77a0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

c/cert/test/rules/FIO47-C/WrongTypeFormatArguments.expected

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 *' |
22
| test.c:378:17:378:28 | v_size_t_ptr | This argument should be of type 'int *' but is of type 'unsigned long *' |
33
| test.c:380:17:380:31 | v_ptrdiff_t_ptr | This argument should be of type 'int *' but is of type 'long *' |
44
| test.c:417:17:417:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
@@ -8,13 +8,15 @@
88
| test.c:427:18:427:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
99
| test.c:428:17:428:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
1010
| 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 *' |
1112
| test.c:431:17:431:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
1213
| test.c:432:17:432:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
1314
| test.c:434:16:434:25 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1415
| test.c:435:17:435:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1516
| test.c:436:18:436:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1617
| test.c:437:17:437:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
1718
| 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 *' |
1820
| test.c:440:17:440:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
1921
| test.c:441:17:441:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
2022
| test.c:443:16:443:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
@@ -82,7 +84,6 @@
8284
| test.c:536:17:536:21 | v_int | This argument should be of type 'short *' but is of type 'int' |
8385
| test.c:537:18:537:22 | v_int | This argument should be of type 'char *' but is of type 'int' |
8486
| 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' |
8687
| test.c:539:18:539:22 | v_int | This argument should be of type 'long long *' but is of type 'int' |
8788
| test.c:540:17:540:21 | v_int | This argument should be of type 'int *' but is of type 'int' |
8889
| test.c:541:17:541:21 | v_int | This argument should be of type 'int *' but is of type 'int' |

0 commit comments

Comments
 (0)