-
Notifications
You must be signed in to change notification settings - Fork 282
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
cppcheck fixes #2478
cppcheck fixes #2478
Conversation
👇 Click on the image for a new way to code review
Legend |
clang-tidy couldn't transform these because of missing members Found with cppcheck. Signed-off-by: Rosen Penev <[email protected]>
Found with cppcheck Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2478 +/- ##
==========================================
+ Coverage 62.08% 62.11% +0.02%
==========================================
Files 121 121
Lines 22830 22819 -11
Branches 11212 11209 -3
==========================================
- Hits 14175 14173 -2
+ Misses 6448 6439 -9
Partials 2207 2207
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Shorter and more efficient. Signed-off-by: Rosen Penev <[email protected]>
@piponazo can you check these constructor changes? |
Signed-off-by: Rosen Penev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice clean up!
No description provided.