Skip to content

Commit

Permalink
Refs 12758. Fix unused parameter warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Dec 17, 2021
1 parent 64e52e5 commit f956e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class ReaderHistory

template<typename Pred>
inline void remove_changes_with_pred(
Pred pred)
Pred)
{
}

Expand Down

0 comments on commit f956e80

Please sign in to comment.