[webkit-changes] [WebKit/WebKit] 1d67aa: Fixed Playstation build break after 279061 at main

jigenzhou noreply at github.com
Thu May 23 14:14:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d67aa3bb515edf3baaced47ed7136120d5be982
      https://github.com/WebKit/WebKit/commit/1d67aa3bb515edf3baaced47ed7136120d5be982
  Author: Jigen Zhou <jigen.zhou at sony.com>
  Date:   2024-05-23 (Thu, 23 May 2024)

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

  Log Message:
  -----------
  Fixed Playstation build break after 279061 at main
https://bugs.webkit.org/show_bug.cgi?id=274601

Reviewed by Yusuke Suzuki.

The support of suppress attribute on classes and member variables is in Clang 19
(https://clang.llvm.org/docs/AttributeReference.html), But for Clang 18, it may
not be supported (https://releases.llvm.org/18.1.0/tools/clang/docs/AttributeReference.html)

* Source/WTF/wtf/Compiler.h:

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