Skip to content

Commit

Permalink
Merge pull request #48 from ros2/bugfix/compiler-warning-PR-services
Browse files Browse the repository at this point in the history
resolving compiler warning
  • Loading branch information
JanStaschulat authored Feb 16, 2021
2 parents b5f0574 + f8c71d6 commit c5b0d3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rclc/src/rclc/executor.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,9 @@ _rclc_execute(rclc_executor_handle_t * handle)
handle->data_response_msg,
handle->service_context);
break;
default:
PRINT_RCLC_ERROR(rclc_execute, unknown_callback_type);
break;
}

rc = rcl_send_response(handle->service, &handle->req_id, handle->data_response_msg);
Expand Down

0 comments on commit c5b0d3d

Please sign in to comment.