Skip to content

Commit 1fd3b9c

Browse files
authored
Update object1.c
1 parent f723712 commit 1fd3b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c/misra/test/rules/RULE-8-4/object1.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ extern int i1 = 0; // NON_COMPLIANT
55

66
int i2 = 0; // NON_COMPLIANT
77

8-
extern int i3; // NON_COMPLIANT - not detected as `short i3` exists
8+
extern int i3; // NON_COMPLIANT[FALSE_NEGATIVE] - not detected as `short i3` exists
99

10-
extern int i4; // COMPLIANT
10+
extern int i4; // COMPLIANT

0 commit comments

Comments
 (0)