You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
Latest version of Cppcheck is issuing the following failures for FM:
fsw/src/fm_cmd_utils.c:165:32: style: Variable 'StringLength' is assigned a value that is never used. [unreadVariable]
int32 StringLength = 0;
^
fsw/src/fm_tbl.c:74:22: style: Variable 'NameLength' is assigned a value that is never used. [unreadVariable]
int32 NameLength = 0;
^
To Reproduce
Run the current version of Cppcheck on the current main branch FM source code.
Expected behavior
Cppcheck should pass without raising any errors.
Checklist
Describe the bug
Latest version of Cppcheck is issuing the following failures for FM:
To Reproduce
Run the current version of Cppcheck on the current main branch FM source code.
Expected behavior
Cppcheck should pass without raising any errors.
Reporter Info
Avi @thnkslprpt
The text was updated successfully, but these errors were encountered: