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. Redundant check:
cFE/modules/evs/fsw/src/cfe_evs_task.c
Line 117 in 98bc158
Only way to get here is if it's already CFE_SUCCESS
Describe the solution you'd like Remove redundant check, false condition can never execute (would require returning from the CFE_PSP_Panic)
CFE_PSP_Panic
Describe alternatives you've considered None
Additional context Static analysis warning
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1261, Remove redundant checks in CFE_EVS_EarlyInit
52eb147
614db25
0905f87
Merge pull request #1263 from skliper/fix1261-redundant_check
b239365
Fix #1261, Remove redundant checks in CFE_EVS_EarlyInit
skliper
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Redundant check:
cFE/modules/evs/fsw/src/cfe_evs_task.c
Line 117 in 98bc158
Only way to get here is if it's already CFE_SUCCESS
Describe the solution you'd like
Remove redundant check, false condition can never execute (would require returning from the
CFE_PSP_Panic
)Describe alternatives you've considered
None
Additional context
Static analysis warning
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: