cFE icon indicating copy to clipboard operation
cFE copied to clipboard

Fix #921, Update remaining cFE source/tests to use CFE_Status_t

Open thnkslprpt opened this issue 2 years ago • 2 comments
trafficstars

Checklist

Describe the contribution

  • Fixes #921
    • Remaining int32 return types converted to CFE_Status_t.

Testing performed GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully.

Expected behavior changes No change to behavior/logic- CFE_Status_t is currently typedef'd to int32, so no functional change to any types with this PR. Synchronizing the return types to CFE_Status_t simplifies the code, and makes it more type-safe.

Contributor Info Avi Weiss @thnkslprpt

thnkslprpt avatar Mar 25 '23 02:03 thnkslprpt

You have successfully added a new CodeQL configuration coding-standard. As part of the setup process, we have scanned this repository and found 1905 existing alerts. Please check the repository Security tab to see all alerts.

You have successfully added a new CodeQL configuration security. As part of the setup process, we have scanned this repository and found 29 existing alerts. Please check the repository Security tab to see all alerts.