Skip to content

Commit

Permalink
Fix warning in oss fuzz build (#5163) (#5164)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
(cherry picked from commit 790fb9f)

Co-authored-by: Miguel Company <[email protected]>
  • Loading branch information
mergify[bot] and MiguelCompany authored Aug 20, 2024
1 parent a73d86e commit 6ec6574
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 @@ -66,6 +66,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 6ec6574

Please sign in to comment.