Skip to content

Commit

Permalink
fix(autoware_universe_utils): fix unmatchedSuppression (#8986)
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 30, 2024
1 parent 317df4d commit 1750903
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/autoware_universe_utils/src/ros/marker_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace autoware::universe_utils
{
// cppcheck-suppress unusedFunction
visualization_msgs::msg::Marker createDefaultMarker(
const std::string & frame_id, const rclcpp::Time & now, const std::string & ns, const int32_t id,
const int32_t type, const geometry_msgs::msg::Vector3 & scale,
Expand All @@ -41,7 +40,6 @@ visualization_msgs::msg::Marker createDefaultMarker(
return marker;
}

// cppcheck-suppress unusedFunction
visualization_msgs::msg::Marker createDeletedDefaultMarker(
const rclcpp::Time & now, const std::string & ns, const int32_t id)
{
Expand All @@ -55,7 +53,6 @@ visualization_msgs::msg::Marker createDeletedDefaultMarker(
return marker;
}

// cppcheck-suppress unusedFunction
void appendMarkerArray(
const visualization_msgs::msg::MarkerArray & additional_marker_array,
visualization_msgs::msg::MarkerArray * marker_array,
Expand Down

0 comments on commit 1750903

Please sign in to comment.