Skip to content

Commit

Permalink
fix(tier4_camera_view_rviz_plugin): fix unmatchedSuppression (#8918)
Browse files Browse the repository at this point in the history
fix:unmatchedSuppression

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Sep 26, 2024
1 parent ff669fd commit 9fd0dae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ void BirdEyeViewController::reset()
y_property_->setFloat(0);
}

// cppcheck-suppress unusedFunction
void BirdEyeViewController::handleMouseEvent(rviz_common::ViewportMouseEvent & event)
{
if (event.shift()) {
Expand Down

0 comments on commit 9fd0dae

Please sign in to comment.