We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. In current implementation of CFE_MSG_SetMsgId for v1 uses a cast to alter a value:
cFE/modules/msg/src/cfe_msg_msgid_v1.c
Lines 67 to 68 in 672b2dc
Describe the solution you'd like Probably more obvious to mask, which would squash static analysis warnings
Describe alternatives you've considered Leave as-is
Additional context Static analysis warning, cast alters value
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1204, Use mask instead of cast to alter value
8913ce5
ba29f16
Merge pull request #1231 from skliper/fix1204-alter_with_mask
63f4eb2
Fix #1204, Use mask instead of cast to alter value
skliper
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
In current implementation of CFE_MSG_SetMsgId for v1 uses a cast to alter a value:
cFE/modules/msg/src/cfe_msg_msgid_v1.c
Lines 67 to 68 in 672b2dc
Describe the solution you'd like
Probably more obvious to mask, which would squash static analysis warnings
Describe alternatives you've considered
Leave as-is
Additional context
Static analysis warning, cast alters value
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: