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
__func__
Checklist
bug
Describe the bug There are a few remaining locations in PSP that use hand-written function names in the printf() message strings.
printf()
Code snips
PSP/fsw/pc-rtems/src/cfe_psp_support.c
Line 83 in 6fceb13
PSP/fsw/pc-linux/src/cfe_psp_support.c
Line 131 in 6fceb13
Expected behavior Use the __func__ predefined identifier where possible to lower future dependencies to updating hand-written comments.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#387, Replace hand-written function names with __func__
720166a
Merge pull request #388 from thnkslprpt/fix-387-update-function-names…
24849bb
…-to-use-__func__ Fix #387, Replace hand-written function names with __func__
Successfully merging a pull request may close this issue.
Checklist
bug
report is relevant, not redundant, nor in conflict with other tickets.Describe the bug
There are a few remaining locations in PSP that use hand-written function names in the
printf()
message strings.Code snips
PSP/fsw/pc-rtems/src/cfe_psp_support.c
Line 83 in 6fceb13
PSP/fsw/pc-linux/src/cfe_psp_support.c
Line 131 in 6fceb13
Expected behavior
Use the
__func__
predefined identifier where possible to lower future dependencies to updating hand-written comments.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: