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 79569b6 commit 5b7118eCopy full SHA for 5b7118e
c/misra/test/rules/RULE-2-4/test.c
@@ -77,4 +77,8 @@ void testMacroNameNotUsed() {
77
{ int x; }
78
79
struct s14 PARTIAL; // NON_COMPLIANT - affected by macro, but not fully
80
- // generated, so fair to report as unused
+ // generated, so fair to report as unused
81
+
82
+typedef struct {
83
+ int x;
84
+} S15; // COMPLIANT - not a tag
0 commit comments