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