Skip to content
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_motion_utils): fix unusedFunction #8519

Merged

Conversation

Nagi70
Copy link
Contributor

@Nagi70 Nagi70 commented Aug 19, 2024

Description

This is a fix based on cppcheck unusedFunction warnings

common/autoware_motion_utils/src/marker/marker_helper.cpp:138:0: style: The function 'createDeletedDeadLineVirtualWallMarker' is never used. [unusedFunction]
visualization_msgs::msg::MarkerArray createDeletedDeadLineVirtualWallMarker(
^

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Nagi70 <n.yoshimura.060@ms.saitama-u.ac.jp>
@Nagi70 Nagi70 requested a review from veqcc August 19, 2024 02:56
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Aug 19, 2024
Copy link

github-actions bot commented Aug 19, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@Nagi70 Nagi70 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 19, 2024
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.90%. Comparing base (a6b0df9) to head (935724d).
Report is 26 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8519   +/-   ##
=======================================
  Coverage   23.90%   23.90%           
=======================================
  Files        1381     1380    -1     
  Lines      101924   101835   -89     
  Branches    38818    38802   -16     
=======================================
- Hits        24364    24343   -21     
+ Misses      75076    75020   -56     
+ Partials     2484     2472   -12     
Flag Coverage Δ *Carryforward flag
differential 25.70% <ø> (?)
total 23.90% <ø> (-0.01%) ⬇️ Carriedforward from 6901256

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@veqcc veqcc merged commit 0b2d0d4 into autowarefoundation:main Aug 21, 2024
29 of 30 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
fix: unusedFunction

Signed-off-by: Nagi70 <n.yoshimura.060@ms.saitama-u.ac.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants