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 d75bda6 commit 4a64e8bCopy full SHA for 4a64e8b
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