Skip to content

Commit

Permalink
fix(autoware_detection_by_tracker): fix cppcheck warning of functionS…
Browse files Browse the repository at this point in the history
…tatic (#8257)

fix: deal with functionStatic warnings

Signed-off-by: taisa1 <kento.osa@tier4.jp>
Co-authored-by: Yi-Hsiang Fang (Vivid) <146902905+vividf@users.noreply.github.com>
  • Loading branch information
taisa1 and vividf committed Aug 7, 2024
1 parent e84d546 commit a335c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Debugger
std::unique_ptr<autoware::universe_utils::StopWatch<std::chrono::milliseconds>> stop_watch_ptr_;
std::unique_ptr<autoware::universe_utils::DebugPublisher> processing_time_publisher_;

autoware_perception_msgs::msg::DetectedObjects removeFeature(
static autoware_perception_msgs::msg::DetectedObjects removeFeature(
const tier4_perception_msgs::msg::DetectedObjectsWithFeature & input)
{
autoware_perception_msgs::msg::DetectedObjects objects;
Expand Down

0 comments on commit a335c84

Please sign in to comment.