-
Notifications
You must be signed in to change notification settings - Fork 613
[Common] Fix problems found by Cppcheck #14178
New issue
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
base: master
Are you sure you want to change the base?
Conversation
|
O2 linter results: ❌ 154 errors, |
|
@ddobrigk Which PDG code should be used to fix the duplicated condition in |
|
@ddobrigk Ping |
Sorry, overlooked this. That second loop should be removed, as it is spurious (in a part of the code that was in the end not used for anything significnat yet, so no big deal) |
I removed the duplicated block. |
Please double-check the changes carefully.