Skip to content

Commit 0d0d7cc

Browse files
committed
FIO47 expected files
1 parent ea19cc2 commit 0d0d7cc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
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 *' |
1111
| test.c:430:17:430:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' |
12-
| test.c:431:17:431:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
1312
| test.c:432:17:432:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
1413
| test.c:434:16:434:25 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1514
| test.c:435:17:435:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1615
| test.c:436:18:436:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1716
| test.c:437:17:437:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
1817
| test.c:438:18:438:27 | v_char_ptr | This argument should be of type 'long long' but is of type 'char *' |
1918
| test.c:439:17:439:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' |
20-
| test.c:440:17:440:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
2119
| test.c:441:17:441:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
2220
| test.c:443:16:443:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
2321
| test.c:444:17:444:26 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
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 *' |
1111
| test.c:430:17:430:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' |
12-
| test.c:431:17:431:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
1312
| test.c:432:17:432:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
1413
| test.c:434:16:434:25 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1514
| test.c:435:17:435:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1615
| test.c:436:18:436:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
1716
| test.c:437:17:437:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
1817
| test.c:438:18:438:27 | v_char_ptr | This argument should be of type 'long long' but is of type 'char *' |
1918
| test.c:439:17:439:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' |
20-
| test.c:440:17:440:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
2119
| test.c:441:17:441:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
2220
| test.c:443:16:443:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
2321
| test.c:444:17:444:26 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |

0 commit comments

Comments
 (0)