Skip to content

Commit

Permalink
Fix warning in oss fuzz build (#5163)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Aug 19, 2024
1 parent bfef427 commit 790fb9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/rtps/messages/MessageReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ MessageReceiver::MessageReceiver(
, crypto_payload_(participant->is_secure() ? rec_buffer_size : 0)
#endif // if HAVE_SECURITY
{
static_cast<void>(participant);
(void)rec_buffer_size;
EPROSIMA_LOG_INFO(RTPS_MSG_IN, "Created with CDRMessage of size: " << rec_buffer_size);

Expand Down

0 comments on commit 790fb9f

Please sign in to comment.