Bug 161524 - [GTK] -Wmissing-field-initializers on WaylandCompositor.cpp:295
Summary: [GTK] -Wmissing-field-initializers on WaylandCompositor.cpp:295
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 20:50 PDT by Michael Catanzaro
Modified: 2016-09-02 23:06 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2016-09-02 13:01 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.