-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cppcheck unread variable errors in hs_monitor.c #73
Labels
Milestone
Comments
jphickey
changed the title
Cppcheck unused variable errors in hs_monitor.c
Cppcheck unread variable errors in hs_monitor.c
Feb 22, 2023
jphickey
added a commit
to jphickey/HS
that referenced
this issue
Feb 22, 2023
Do not assign a value to variables where a value is assigned later and the first value is never read.
jphickey
added a commit
to jphickey/HS
that referenced
this issue
Feb 22, 2023
Do not assign a value to variables where a value is assigned later and the first value is never read.
jphickey
added a commit
to jphickey/HS
that referenced
this issue
Feb 22, 2023
Do not assign a value to variables where a value is assigned later and the first value is never read.
2 tasks
jphickey
added a commit
to jphickey/HS
that referenced
this issue
Feb 23, 2023
Do not assign a value to variables where a value is assigned later and the first value is never read.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist (Please check before submitting)
Describe the bug
Cppcheck is currently reporting the following style issues:
To Reproduce
Run Cppcheck workflow
Expected behavior
Should run clean
System observed on:
Github hosted runner
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: