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. 2nd set of default cases are unreachable, since there's a return from a prior check:
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 102 to 147 in 09a2c5e
Specifically line 142 and 146 are legitimately dead code.
Describe the solution you'd like Refactor to eliminate dead code
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#793, Remove unreachable code in OS_SocketOpen_Impl for BSD s…
15ab294
…ocket
Merge pull request #802 from skliper/fix793-socket-dead-code
c878647
Fix #793, Remove unreachable code in OS_SocketOpen_Impl for BSD socket
Fix nasa#793, Clarify restart/reload app behavior
3811351
Merge pull request nasa#1083 from skliper/fix793-reload_restart_doc
11201fa
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
2nd set of default cases are unreachable, since there's a return from a prior check:
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 102 to 147 in 09a2c5e
Specifically line 142 and 146 are legitimately dead code.
Describe the solution you'd like
Refactor to eliminate dead code
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: