Skip to content

Commit 9fd0dae

Browse files
authored
fix(tier4_camera_view_rviz_plugin): fix unmatchedSuppression (#8918)
fix:unmatchedSuppression Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent ff669fd commit 9fd0dae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/tier4_camera_view_rviz_plugin/src/bird_eye_view_controller.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ void BirdEyeViewController::reset()
9999
y_property_->setFloat(0);
100100
}
101101

102-
// cppcheck-suppress unusedFunction
103102
void BirdEyeViewController::handleMouseEvent(rviz_common::ViewportMouseEvent & event)
104103
{
105104
if (event.shift()) {

0 commit comments

Comments
 (0)