-
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(autoware_static_centerline_generator): fix unusedFunction #8647
fix(autoware_static_centerline_generator): fix unusedFunction #8647
Conversation
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
About |
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8647 +/- ##
=======================================
Coverage 24.06% 24.06%
=======================================
Files 1398 1405 +7
Lines 102639 102639
Branches 39023 38984 -39
=======================================
Hits 24704 24704
Misses 75403 75403
Partials 2532 2532
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@takayuki5168 I would appreciate it if you could check again. |
…refoundation#8647) * fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:compile error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…refoundation#8647) * fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:compile error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.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.