-
Notifications
You must be signed in to change notification settings - Fork 691
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(tensorrt_yolox): fix cstyleCast to reinterpret_cast #7873
fix(tensorrt_yolox): fix cstyleCast to reinterpret_cast #7873
Conversation
Signed-off-by: Koichi Imai <kotty.0704@gmail.com>
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: Koichi Imai <kotty.0704@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7873 +/- ##
==========================================
- Coverage 28.43% 28.42% -0.01%
==========================================
Files 1589 1588 -1
Lines 116187 116196 +9
Branches 49548 49551 +3
==========================================
- Hits 33034 33032 -2
- Misses 74159 74169 +10
- Partials 8994 8995 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
@Koichi98
I appreciate your contribution to improve the quality. LGTM!
…dation#7873) * fix(tensorrt_yolox): fix cstyleCast to reinterpret_cast Signed-off-by: Koichi Imai <kotty.0704@gmail.com> * style(pre-commit): autofix * fix(tensorrt_yolox): fix cstyleCast to reinterpret_cast Signed-off-by: Koichi Imai <kotty.0704@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Koichi Imai <kotty.0704@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This is a fix based on cppcheck warning.
Fixed this cstyle cast to reinterpret_cast.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.