Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 787897787c4e3288b03486c2653d9327459f3a1d
      
https://github.com/WebKit/WebKit/commit/787897787c4e3288b03486c2653d9327459f3a1d
  Author: Nikolas Zimmermann <nzimmerm...@igalia.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/egl/GLDisplay.cpp

  Log Message:
  -----------
  [GTK][WPE] Fix GLDisplay.cpp build issue with gcc-14
https://bugs.webkit.org/show_bug.cgi?id=297901

Reviewed by Carlos Garcia Campos.

queryDMABufFormats() initializes a static variable, depending on a
passed argument 'supportsModifiers', which could change from invocation
to invocation -- that's not a good idea. Fix the problem, and avoid
gcc 14 complaining.

* Source/WebCore/platform/graphics/egl/GLDisplay.cpp:
(WebCore::queryDMABufFormats):

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