Return RMW_RET_UNSUPPORTED in rmw_get_serialized_message_size (#250)
Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
parent
fb175f74db
commit
6a8004e033
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue