Skip to content

Commit 87a3034

Browse files
committed
Small clang-tidy fix
1 parent fe86290 commit 87a3034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/moveit/task_constructor/solvers/pipeline_planner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class PipelinePlanner : public PlannerInterface
6868
const std::string& planner_id = "");
6969

7070
[[deprecated("Deprecated: Use new constructor implementations.")]] // clang-format off
71-
PipelinePlanner(const planning_pipeline::PlanningPipelinePtr& planning_pipeline){};
71+
PipelinePlanner(const planning_pipeline::PlanningPipelinePtr& /*planning_pipeline*/){};
7272

7373
/** \brief Constructor
7474
* \param [in] node ROS 2 node

0 commit comments

Comments
 (0)