Skip to content

Commit 583825d

Browse files
kbrameldkbrameld@traclabs.com
authored andcommitted
fix unused parameter warning (issue #103)
1 parent c964ad9 commit 583825d

File tree

1 file changed

+1
-1
lines changed
  • ros_trick/ros_src/trick_ros2_control/include/trick_ros2_control

1 file changed

+1
-1
lines changed

ros_trick/ros_src/trick_ros2_control/include/trick_ros2_control/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ double trick_string_convert(const std::string& str)
2424
return num;
2525
}
2626

27-
std::vector<std::string> trick_split_response(std::string& str, const char delim)
27+
std::vector<std::string> trick_split_response(std::string& str, const char /*delim*/)
2828
{
2929
std::stringstream ss(str);
3030
std::string s;

0 commit comments

Comments
 (0)