Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 95940264e6c209134f6a9a64bd72e0e8b1ffd38b
      
https://github.com/WebKit/WebKit/commit/95940264e6c209134f6a9a64bd72e0e8b1ffd38b
  Author: Adrian Perez de Castro <[email protected]>
  Date:   2026-08-06 (Thu, 06 Aug 2026)

  Changed paths:
    M Source/WTF/wtf/RefCountedWithInlineWeakPtr.h

  Log Message:
  -----------
  [GTK][WPE] Build failure with GCC 15: -Werror=uninitialized on m_weakCount 
read after ~T() in RefCountedWithInlineWeakPtr
https://bugs.webkit.org/show_bug.cgi?id=318247

Reviewed by Carlos Garcia Campos.

* Source/WTF/wtf/RefCountedWithInlineWeakPtr.h: Fix the GCC builds by
  surrounding the offendind code with IGNORE_GCC_WARNINGS_{BEGIN,END},
  leaving a proper fix for later.

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



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

Reply via email to