Main Content
MISRA C:2023 Rule 2.6
Description
Rule Definition
A function should not contain unused label declarations.
Rationale
If you declare a label but do not use it, it is not clear to a reviewer of your code if the label is redundant or unused by mistake.
Troubleshooting
If you expect a rule violation but do not see it, refer to Diagnose Why Coding Standard Violations Do Not Appear as Expected.
Examples
Check Information
Group: Unused code |
Category: Advisory |
AGC Category: Readability |
Version History
Introduced in R2024a