Skip to content

Commit aeeb2f6

Browse files
MiguelCompanymergify[bot]
authored andcommitted
Fix warning in oss fuzz build (#5163)
Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 790fb9f)
1 parent a73d86e commit aeeb2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpp/rtps/messages/MessageReceiver.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ MessageReceiver::MessageReceiver(
6666
, crypto_payload_(participant->is_secure() ? rec_buffer_size : 0)
6767
#endif // if HAVE_SECURITY
6868
{
69+
static_cast<void>(participant);
6970
(void)rec_buffer_size;
7071
EPROSIMA_LOG_INFO(RTPS_MSG_IN, "Created with CDRMessage of size: " << rec_buffer_size);
7172

0 commit comments

Comments
 (0)