Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #73, unread variables #74

Closed
wants to merge 1 commit into from
Closed

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Do not assign a value to variables where a value is assigned later and the first value is never read.

Fixes #73

Testing performed
Build and run all tests

Expected behavior changes
Cleans up cppcheck errors, no change to FSW behavior.

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Do not assign a value to variables where a value is assigned later and
the first value is never read.
@jphickey
Copy link
Contributor Author

Fix put into pr #72 instead

@jphickey jphickey closed this Feb 22, 2023
@jphickey jphickey deleted the fix-73-unread-vars branch March 21, 2023 17:44
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cppcheck unread variable errors in hs_monitor.c
3 participants