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

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

  Log Message:
  -----------
  REGRESSION(287582@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to