Closed veqcc closed 1 week ago
Fixed cppcheck constParameter warnings
constParameter
perception/autoware_bytetrack/lib/src/lapjv.cpp:112:28: style: Parameter 'cost' can be declared as const array [constParameter] const uint_t n, cost_t * cost[], const uint_t n_free_rows, int_t * free_rows, int_t * x, ^ perception/autoware_bytetrack/lib/src/lapjv.cpp:206:28: style: Parameter 'cost' can be declared as const array [constParameter] const uint_t n, cost_t * cost[], uint_t * plo, uint_t * phi, cost_t * d, int_t * cols, ^
Parent Issue:
None.
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
Description
Fixed cppcheck
constParameter
warningsRelated links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.