-
Notifications
You must be signed in to change notification settings - Fork 682
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
fix(object_recognition_utils): fix unusedFunction #8523
fix(object_recognition_utils): fix unusedFunction #8523
Conversation
Signed-off-by: Nagi70 <n.yoshimura.060@ms.saitama-u.ac.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8523 +/- ##
==========================================
- Coverage 23.90% 23.86% -0.04%
==========================================
Files 1381 1389 +8
Lines 101923 101940 +17
Branches 38808 38802 -6
==========================================
- Hits 24363 24330 -33
- Misses 75116 75137 +21
- Partials 2444 2473 +29
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@miursh @takayuki5168 @YoshiRi Please confirm the PR. Thank you very much. |
…#8523) fix: unusedFunction Signed-off-by: Nagi70 <n.yoshimura.060@ms.saitama-u.ac.jp>
…#8523) fix: unusedFunction Signed-off-by: Nagi70 <n.yoshimura.060@ms.saitama-u.ac.jp>
Description
This is a fix based on cppcheck unusedFunction warnings
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.