Skip to content

Commit

Permalink
fix(tier4_dummy_object_rviz_plugin): fix unusedFunction (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#8844)

fix:unusedFunction

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
  • Loading branch information
kobayu858 committed Sep 11, 2024
1 parent f4de4f3 commit 55a59dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void DeleteAllObjectsTool::updateTopic()
clock_ = raw_node->get_clock();
}

// cppcheck-suppress unusedFunction
void DeleteAllObjectsTool::onPoseSet(
[[maybe_unused]] double x, [[maybe_unused]] double y, [[maybe_unused]] double theta)
{
Expand Down

0 comments on commit 55a59dd

Please sign in to comment.