Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rmw_connextdds_common/src/ndds/rmw_type_support_ndds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1039,11 +1039,11 @@ RMW_Connext_TypePlugin_instance_to_key_hash(
// type_plugin->serializedSampleToKeyHashFnc
RTIBool
RMW_Connext_TypePlugin_serialized_sample_to_key_hash(
PRESTypePluginEndpointData endpointData,
struct RTICdrStream *stream,
struct MIGRtpsKeyHash *keyHash,
RTIBool deserializeEncapsulation,
void *endpointPluginQos)
PRESTypePluginEndpointData /*endpointData*/,
struct RTICdrStream /**stream*/,
struct MIGRtpsKeyHash /**keyHash*/,
RTIBool /*deserializeEncapsulation*/,
void /**endpointPluginQos*/)
{
return RTI_FALSE;
}
Expand Down