Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8cf192df965d90c8bbafaf0629669429f6f6d45a https://github.com/WebKit/WebKit/commit/8cf192df965d90c8bbafaf0629669429f6f6d45a Author: Lauro Moura <lmo...@igalia.com> Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths: M Source/WebKit/WPEPlatform/wpe/drm/WPEDisplayDRM.cpp Log Message: ----------- REGRESSION(291757@main)[WPE] g_warning_once compile failure with clang https://bugs.webkit.org/show_bug.cgi?id=289343 Unreviewed build fix. g_warning_once uses g_atomic_int_compare_and_exchange, which seems to have a history of issues with clang (e.g. https://gitlab.gnome.org/GNOME/glib/-/issues/2625) This commit replaces g_warning_once with plain g_warning, as the warning is not on a hot path. * Source/WebKit/WPEPlatform/wpe/drm/WPEDisplayDRM.cpp: (wpeDisplayDRMSetup): Canonical link: https://commits.webkit.org/291781@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