- Notifications
You must be signed in to change notification settings - Fork70
Closed
Description
Affected rules
A7-1-2
Description
A careful re-reading of the rule, and consideration of the MISRA forum posts (https://forum.misra.org.uk/showthread.php?tid=1657) indicates that we should not be reporting functions for this rule.
Example
voidexample_function(int x) {// ignore, rule only applies to valuesreturn x;}