[webkit-changes] [WebKit/WebKit] eea1b4: REGRESSION(287582 at main): [Win] error: unknown attr...

Fujii Hironori noreply at github.com
Mon Dec 9 22:54:49 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: eea1b4697d730a47f1ea4a441abd8b0a0d6c4e9b
      https://github.com/WebKit/WebKit/commit/eea1b4697d730a47f1ea4a441abd8b0a0d6c4e9b
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-12-09 (Mon, 09 Dec 2024)

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

  Log Message:
  -----------
  REGRESSION(287582 at main): [Win] error: unknown attribute '__cdecl' ignored
https://bugs.webkit.org/show_bug.cgi?id=284275

Unreviewed build fix for Windows port.

"__attribute__ ((__cdecl))" should be "__attribute__ ((cdecl))".
<https://gcc.gnu.org/onlinedocs/gcc/x86-Function-Attributes.html>

* Source/WTF/wtf/PlatformCallingConventions.h:

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