Skip to content

Commit

Permalink
squash: Update src/tests/roc_fec/test_writer_reader.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Gaydov <[email protected]>
  • Loading branch information
Dmitriy Shilin and gavv authored Oct 9, 2023
1 parent c9b26be commit 788e1c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/roc_fec/test_writer_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ class StatusReader : public packet::IReader {
: code_(code) {
}

virtual status::StatusCode read(packet::PacketPtr& pp) {
(void)pp;
virtual status::StatusCode read(packet::PacketPtr&) {
return code_;
}

Expand Down

0 comments on commit 788e1c2

Please sign in to comment.