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

Cast CFE_SUCCESS to CFE_Status_t #1311

Closed
skliper opened this issue Apr 13, 2021 · 0 comments · Fixed by #1374 or #1431
Closed

Cast CFE_SUCCESS to CFE_Status_t #1311

skliper opened this issue Apr 13, 2021 · 0 comments · Fixed by #1374 or #1431
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Apr 13, 2021

Is your feature request related to a problem? Please describe.
CFE_SUCCESS doesn't match pattern for defining other CFE status returns:

#define CFE_SUCCESS (0)

Describe the solution you'd like
Cast as CFE_Status_t

Describe alternatives you've considered
Document why not

Additional context
CFS-40 code review

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone Apr 13, 2021
@skliper skliper added the CFS-40 label Apr 13, 2021
jphickey added a commit to jphickey/cFE that referenced this issue Apr 16, 2021
Ensures that the CFE_SUCCESS constant is the CFE_Status_t type.
astrogeco added a commit that referenced this issue Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants