Bug 161524

Summary: [GTK] -Wmissing-field-initializers on WaylandCompositor.cpp:295
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, mcatanzaro
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Michael Catanzaro 2016-09-01 20:50:41 PDT
/home/mcatanzaro/src/jhbuild/checkout/webkitgtk-2.13.90/Source/WebKit2/UIProcess/gtk/WaylandCompositor.cpp:295:1: warning: missing initializer for member ‘wl_surface_interface::damage_buffer’ [-Wmissing-field-initializers]
 };
 ^

It was added in Wayland 1.10. Frustratingly, there seems to be no WAYLAND_CHECK_VERSION macro. :(
Comment 1 Michael Catanzaro 2016-09-02 13:01:38 PDT
Created attachment 287804 [details]
Patch
Comment 2 WebKit Commit Bot 2016-09-02 23:05:58 PDT
Comment on attachment 287804 [details]
Patch

Clearing flags on attachment: 287804

Committed r205397: <http://trac.webkit.org/changeset/205397>
Comment 3 WebKit Commit Bot 2016-09-02 23:06:03 PDT
All reviewed patches have been landed.  Closing bug.