lint using clang11
This commit is contained in:
parent
6793bdf3fd
commit
2981f71d22
3 changed files with 6 additions and 16 deletions
|
|
@ -1114,11 +1114,7 @@ WebRTCSession::haveLocalPiP() const
|
|||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
WebRTCSession::createOffer(webrtc::CallType, uint32_t)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool WebRTCSession::createOffer(webrtc::CallType, uint32_t) { return false; }
|
||||
|
||||
bool
|
||||
WebRTCSession::acceptOffer(const std::string &)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue