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 f723712 commit 1fd3b9cCopy full SHA for 1fd3b9c
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[FALSE_NEGATIVE] - not detected as `short i3` exists
9
10
-extern int i4; // COMPLIANT
+extern int i4; // COMPLIANT
0 commit comments