[Webkit-unassigned] [Bug 265767] New: [WPE] Fix missing initializer warning for member wl_pointer_listener::axis_relative_direction and related issues
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 3 16:52:48 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265767
Bug ID: 265767
Summary: [WPE] Fix missing initializer warning for member
wl_pointer_listener::axis_relative_direction and
related issues
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lmoura at igalia.com
CC: bugs-noreply at webkitgtk.org
app/webkit/Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp:267:1: warning: missing initializer for member ‘wl_pointer_listener::axis_relative_direction’ [-Wmissing-field-initializers]
267 | };
| ^
On a manual build outside flatpak, it also failed, but complaining about too many initializers to wl_surface_listener. 271427 at main added an axis_relative_direction slot, but to wl_surface_listener instead of the `wl_pointer_listener` one, 265775 at main.
.../Source/WebKit/WPEPlatform/wpe/wayland/WPEViewWayland.cpp:223:1: error: too many initializers for 'const wl_surface_listener'
223 | namespace std
| ^
Patch incoming.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231204/e8ad4039/attachment.htm>
More information about the webkit-unassigned
mailing list