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.
RULE-2-2
Rule 2.2 for MISRA C is restricted to operations, however the query currently reports statements.
(void) 0; // COMPLIANT if (true) { // COMPLIANT - not operation }
Status