Branch: refs/heads/webkitglib/2.44
Home: https://github.com/WebKit/WebKit
Commit: de9ef49161937e724f9771da681e465714d41d6e
https://github.com/WebKit/WebKit/commit/de9ef49161937e724f9771da681e465714d41d6e
Author: Philippe Normand <[email protected]>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.cpp
Log Message:
-----------
Cherry-pick 277675@main (72ef47e183a4).
https://bugs.webkit.org/show_bug.cgi?id=272830
[WPE] Variable length array build warning
https://bugs.webkit.org/show_bug.cgi?id=272830
Reviewed by Michael Catanzaro.
Variable-length arrays (VLAs) are supported in C (since the C99 standard).
But not in the C++
standard. This is an extension of some compilers.
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.cpp:
(WPE::DRM::Cursor::updateBuffer): Store the cursor pixels data in a Vector.
* Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp: Store the
viewConfigurations in a Vector.
Canonical link: https://commits.webkit.org/277675@main
Canonical link: https://commits.webkit.org/274313.142@webkitglib/2.44
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