We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e31f5 commit 39f2079Copy full SHA for 39f2079
c/misra/test/rules/RULE-8-4/object1.c
@@ -5,6 +5,6 @@ extern int i1 = 0; // NON_COMPLIANT
5
6
int i2 = 0; // NON_COMPLIANT
7
8
-extern int i3; // NON_COMPLIANT - not detected as `short i3` exists
+extern int i3; // NON_COMPLIANT - not detected as `short i3` exists
9
10
extern int i4; // COMPLIANT
0 commit comments