Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 19cbafd537feb413b961b7213800037dc84bb938
      
https://github.com/WebKit/WebKit/commit/19cbafd537feb413b961b7213800037dc84bb938
  Author: Max Rottenkolber <[email protected]>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

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

  Log Message:
  -----------
  [ARMv7] Muffle cast-align warning on GCC for spanReinterpretCast
https://bugs.webkit.org/show_bug.cgi?id=280882

Reviewed by Justin Michaud.

GCC will complain about differing alignment requirements when casting
a 4-byte element span to a 8-byte element span on ARMv7.
(Causing the build to fail.)

Muffle that warning.

* Source/WTF/wtf/StdLibExtras.h:

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