[webkit-changes] [WebKit/WebKit] fa8e2c: Unreviewed libwebrtc build fix after 271863 at main

Abrar Rahman Protyasha noreply at github.com
Mon Dec 11 02:50:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fa8e2cc27f45d0aa8ca3f7f42475c63f183f9c72
      https://github.com/WebKit/WebKit/commit/fa8e2cc27f45d0aa8ca3f7f42475c63f183f9c72
  Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc

  Log Message:
  -----------
  Unreviewed libwebrtc build fix after 271863 at main

Unreviewed, fix the following build error in libwebrtc:

```
error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture]
   83 |         [=] { return SetLocalDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:83:10: note: add an explicit capture of 'this' to capture '*this' by reference
   83 |         [=] { return SetLocalDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:104:22: error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture]
  104 |         [=] { return SetRemoteDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:104:10: note: add an explicit capture of 'this' to capture '*this' by reference
  104 |         [=] { return SetRemoteDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:375:55: error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture]
  375 |     return network_thread_->BlockingCall([=] { return RollbackTransports(); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:375:43: note: add an explicit capture of 'this' to capture '*this' by reference
  375 |     return network_thread_->BlockingCall([=] { return RollbackTransports(); });
```

* Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:

Canonical link: https://commits.webkit.org/271866@main




More information about the webkit-changes mailing list