Skip to content

Commit d82cafb

Browse files
authored
Update object1.c
1 parent c43701f commit d82cafb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

66
int i2 = 0; // NON_COMPLIANT
77

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

1011
extern int i4; // COMPLIANT

0 commit comments

Comments
 (0)