[webkit-changes] [WebKit/WebKit] b6c925: [WebRTC] Ignore -Wthread-safety-reference-return w...

Commit Queue noreply at github.com
Wed Aug 21 17:46:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b6c925cd52b1942dde8a12e012b0646974044f14
      https://github.com/WebKit/WebKit/commit/b6c925cd52b1942dde8a12e012b0646974044f14
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-08-21 (Wed, 21 Aug 2024)

  Changed paths:
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.h
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCObservers.h
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCStatsCollector.h
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h
    M Source/WebCore/testing/MockLibWebRTCPeerConnection.h
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp

  Log Message:
  -----------
  [WebRTC] Ignore -Wthread-safety-reference-return warnings in libwebrtc headers
<https://bugs.webkit.org/show_bug.cgi?id=278436>
<rdar://134381989>

Reviewed by Youenn Fablet.

Ignore -Wthread-safety-reference-return warnings using pragmas.  Fixing
these properly is tracked by Bug 274536.

* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.h:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCObservers.h:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCStatsCollector.h:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h:
* Source/WebCore/testing/MockLibWebRTCPeerConnection.h:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list