Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72ef47e183a417a7e337b9b5b7d5ae448079f744
      
https://github.com/WebKit/WebKit/commit/72ef47e183a417a7e337b9b5b7d5ae448079f744
  Author: Philippe Normand <ph...@igalia.com>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp
    M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.cpp

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to