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_trajectory): fix unusedFunction #9535

Closed
wants to merge 1 commit into from

Conversation

veqcc
Copy link
Contributor

@veqcc veqcc commented Dec 2, 2024

Description

Fixed cppcheck unusedFunction warning

common/autoware_trajectory/src/detail/util.cpp:23:0: style: The function 'to_point' is never used. [unusedFunction]
geometry_msgs::msg::Point to_point(const geometry_msgs::msg::Point & p)
^

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@veqcc veqcc self-assigned this Dec 2, 2024
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@veqcc veqcc added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 2, 2024
@veqcc veqcc closed this Dec 2, 2024
@veqcc veqcc deleted the fix/unusedFunction branch December 2, 2024 06:59
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.

1 participant