[webkit-changes] [WebKit/WebKit] 2f546b: REGRESSION(267176 at main): [Win][Clang] Unreviewed b...

Fujii Hironori noreply at github.com
Wed Aug 30 16:20:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2f546b2749a1cabc883701d6c222ed52b90be287
      https://github.com/WebKit/WebKit/commit/2f546b2749a1cabc883701d6c222ed52b90be287
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

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

  Log Message:
  -----------
  REGRESSION(267176 at main): [Win][Clang] Unreviewed build fix for ALWAYS_INLINE_LAMBDA
https://bugs.webkit.org/show_bug.cgi?id=260689

After 267176 at main added ALWAYS_INLINE_LAMBDA macro, clang-cl reported
the following warning for Windows port release builds:

> dfg/DFGOperations.cpp(1471,29): warning: unknown attribute 'forceinline' ignored [-Wunknown-attributes]

* Source/WTF/wtf/Compiler.h:
Clang-cl should take the same ALWAYS_INLINE_LAMBDA macro definition with GCC.

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




More information about the webkit-changes mailing list