Main Content
CWE Rule 563
Description
Rule Description
The variable's value is assigned but never used, making it a dead store.
Polyspace Implementation
The rule checker checks for Write without a further read.
Examples
Check Information
Category: Bad Coding Practices |
Version History
Introduced in R2023a