Skip to content

Commit 49b1919

Browse files
committed
Fix RULE-8-4 expected files
1 parent 5e8e2ff commit 49b1919

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
| object1.c:4:12:4:13 | definition of i1 | No separate compatible declaration found for this definition. |
2-
| object1.c:6:5:6:6 | definition of i2 | No separate compatible declaration found for this definition. |
3-
| object2.c:1:7:1:8 | definition of i3 | No separate compatible declaration found for this definition. |
1+
| function2.c:5:6:5:7 | definition of f3 | No separate compatible declaration found for this definition. |
2+
| function2.c:7:6:7:7 | definition of f4 | No separate compatible declaration found for this definition. |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
| object1.c:4:12:4:13 | definition of i1 | No separate compatible declaration found for this definition. |
22
| object1.c:6:5:6:6 | definition of i2 | No separate compatible declaration found for this definition. |
3+
| object2.c:1:7:1:8 | definition of i3 | No separate compatible declaration found for this definition. |

0 commit comments

Comments
 (0)