[webkit-changes] [WebKit/WebKit] ade6fe: [WebRTC] Fix -Wdeprecated-copy warnings in the bor...

EWS noreply at github.com
Fri Jan 13 21:40:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ade6fee2858e8ea9c2d8c982d4d1d13a3102514d
      https://github.com/WebKit/WebKit/commit/ade6fee2858e8ea9c2d8c982d4d1d13a3102514d
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig
    M Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/include/openssl/bytestring.h

  Log Message:
  -----------
  [WebRTC] Fix -Wdeprecated-copy warnings in the boringssl project
https://bugs.webkit.org/show_bug.cgi?id=250584
<rdar://104231355>

Reviewed by Alex Christensen.

Fix -Wdeprecatedcopy warnings by merging upstream boringssl
commit:
    f315a86df3d5cd51135db996c9d5747ec2641331

* Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig:
(WK_FIXME_WARNING_CFLAGS): Remove -Wdeprecated-copy.
* Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/include/openssl/bytestring.h:
(cbs_st::operator=): Add.
- Declare a default copy constructor to fix the warning.

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




More information about the webkit-changes mailing list