Fix -Wextra-semi warnings in webrtc fuzzers.
Bug: chromium:935572 Change-Id: Ib060618ca5fb5303e5743cfaec79461dd0aaffe2 Reviewed-on: https://webrtc-review.googlesource.com/c/124440 Reviewed-by: Benjamin Wright <benwright@webrtc.org> Commit-Queue: Benjamin Wright <benwright@webrtc.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#26845}
This commit is contained in:
parent
c35a72c510
commit
7572bb49d6
@ -92,7 +92,7 @@ class FuzzDataHelper {
|
||||
|
||||
size_t BytesRead() const { return data_ix_; }
|
||||
|
||||
size_t BytesLeft() const { return data_.size() - data_ix_; };
|
||||
size_t BytesLeft() const { return data_.size() - data_ix_; }
|
||||
|
||||
private:
|
||||
rtc::ArrayView<const uint8_t> data_;
|
||||
|
||||
@ -21,8 +21,8 @@ class NullModuleRtpRtcp : public RTCPReceiver::ModuleRtpRtcp {
|
||||
public:
|
||||
void SetTmmbn(std::vector<rtcp::TmmbItem>) override {}
|
||||
void OnRequestSendReport() override {}
|
||||
void OnReceivedNack(const std::vector<uint16_t>&) override{};
|
||||
void OnReceivedRtcpReportBlocks(const ReportBlockList&) override{};
|
||||
void OnReceivedNack(const std::vector<uint16_t>&) override {}
|
||||
void OnReceivedRtcpReportBlocks(const ReportBlockList&) override {}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user