Skip to content

Commit

Permalink
Return RMW_RET_UNSUPPORTED in rmw_get_serialized_message_size (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Oct 15, 2020
1 parent fb175f7 commit 6a8004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_cyclonedds_cpp/src/rmw_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ extern "C" rmw_ret_t rmw_get_serialized_message_size(
static_cast<void>(size);

RMW_SET_ERROR_MSG("rmw_get_serialized_message_size: unimplemented");
return RMW_RET_ERROR;
return RMW_RET_UNSUPPORTED;
}

extern "C" rmw_ret_t rmw_serialize(
Expand Down

0 comments on commit 6a8004e

Please sign in to comment.