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
OS_ObjectIdAllocateNew
Is your feature request related to a problem? Please describe. Code checks for error and if so returns, then checks for not error (always true):
osal/src/os/shared/src/osapi-idmap.c
Lines 1236 to 1245 in cb95655
Describe the solution you'd like Could be an else, or just remove check... (or test for == OS_SUCCESS and the else could be the error case)
Describe alternatives you've considered None
Additional context None
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1110, Remove unimplemented ES prototypes
2511181
Merge pull request nasa#1114 from skliper/fix1110-es_prototypes
aed159c
Merge pull request #1327 from thnkslprpt/fix-1110-modify-unreachable-…
715b6c4
…branch-in-OS_ObjectIdAllocateNew Fix #1110, Modify unreachable branch in OS_ObjectIdAllocateNew
6e72308
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Code checks for error and if so returns, then checks for not error (always true):
osal/src/os/shared/src/osapi-idmap.c
Lines 1236 to 1245 in cb95655
Describe the solution you'd like
Could be an else, or just remove check... (or test for == OS_SUCCESS and the else could be the error case)
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: