We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93baabf commit a475c70Copy full SHA for a475c70
rmw_connextdds_common/src/common/rmw_type_support.cpp
@@ -12,8 +12,9 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-#include <exception>
16
#include <string.h>
+
17
+#include <exception>
18
#include <string>
19
20
#include "rcpputils/scope_exit.hpp"
rmw_connextdds_common/src/ndds/rmw_type_support_ndds.cpp
@@ -1045,6 +1045,11 @@ RMW_Connext_TypePlugin_serialized_sample_to_key_hash(
1045
RTIBool deserializeEncapsulation,
1046
void *endpointPluginQos)
1047
{
1048
+ UNUSED_ARG(endpointData);
1049
+ UNUSED_ARG(stream);
1050
+ UNUSED_ARG(keyHash);
1051
+ UNUSED_ARG(deserializeEncapsulation);
1052
+ UNUSED_ARG(endpointPluginQos);
1053
return RTI_FALSE;
1054
}
1055
0 commit comments