Closed Skptak closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
abb5452
) 93.62% compared to head (155ef84
) 93.62%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This change has been done before, and subsequently reverted, as it generates "code cannot be reached" warnings in some compilers. The "code cannot be reached" warning is accurate, whereas the "no return" warning isn't, hence it's preferred to go with the former.
Description
Add a return of pdFALSE to bottom of functions to remove compilation warning about no return types
Test Steps
Performed a build without the return and received this compilation warning:
No return, in function returning non-void
Added the returns and now see no warnings Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.