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 #58, add memset for uninitialized local #59

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
This variable is not actually read by the function under test, but memset to 0 squelches a warning about it.

Fixes #58

Testing performed
Build and run tests

Expected behavior changes
No behavior change, just gets rid of (false positive) compiler warning.

System(s) tested on
Debian

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

This variable is not actually read by the function under test, but
memset to 0 squelches a warning about it.
@dzbaker dzbaker merged commit 7f9be05 into nasa:main Sep 14, 2023
17 checks passed
@jphickey jphickey deleted the fix-58-uninit-warn branch November 16, 2023 14:22
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.

Compiler warning in HK unit tests
2 participants