[webkit-changes] [WebKit/WebKit] 625de0: Disable thread-safety-reference-return warnings in...

youennf noreply at github.com
Wed May 22 11:10:15 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 625de0728603e766a988d7a6ea9f712806162a3f
      https://github.com/WebKit/WebKit/commit/625de0728603e766a988d7a6ea9f712806162a3f
  Author: Youenn Fablet <youenn at apple.com>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig

  Log Message:
  -----------
  Disable thread-safety-reference-return warnings in libwebrtc
rdar://126802873
https://bugs.webkit.org/show_bug.cgi?id=274508

Reviewed by David Kilzer.

We disable thread-safety-reference-return as libwebrtc is not yet ready for this.
A few places would need additional annotations, and some other places are checking that the method is called in the right thread,
not that a mutex is held.

* Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig:

Canonical link: https://commits.webkit.org/279140@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