[webkit-changes] [WebKit/WebKit] 19cbaf: [ARMv7] Muffle cast-align warning on GCC for spanR...
Max Rottenkolber
noreply at github.com
Tue Oct 8 10:30:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 19cbafd537feb413b961b7213800037dc84bb938
https://github.com/WebKit/WebKit/commit/19cbafd537feb413b961b7213800037dc84bb938
Author: Max Rottenkolber <maximilian at igalia.com>
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
More information about the webkit-changes
mailing list