We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfef427 commit 790fb9fCopy full SHA for 790fb9f
src/cpp/rtps/messages/MessageReceiver.cpp
@@ -68,6 +68,7 @@ MessageReceiver::MessageReceiver(
68
, crypto_payload_(participant->is_secure() ? rec_buffer_size : 0)
69
#endif // if HAVE_SECURITY
70
{
71
+ static_cast<void>(participant);
72
(void)rec_buffer_size;
73
EPROSIMA_LOG_INFO(RTPS_MSG_IN, "Created with CDRMessage of size: " << rec_buffer_size);
74
0 commit comments