-
Notifications
You must be signed in to change notification settings - Fork 678
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): remove clang compiler error #9713
fix(autoware_motion_utils): remove clang compiler error #9713
Conversation
Signed-off-by: veqcc <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
LGTM. Thanks 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9713 +/- ##
==========================================
+ Coverage 29.76% 29.78% +0.02%
==========================================
Files 1444 1445 +1
Lines 108686 108706 +20
Branches 42664 42666 +2
==========================================
+ Hits 32352 32383 +31
+ Misses 73150 73135 -15
- Partials 3184 3188 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…dation#9713) Signed-off-by: veqcc <[email protected]>
Description
Fixed clang compiler error
Related links
Parent Issue:
How was this PR tested?
build and test
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.