[Webkit-unassigned] [Bug 166680] [GTK] Switch to use ENABLE_REMOTE_INSPECTOR instead of ENABLE_INSPECTOR_SERVER for the remote inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 07:37:10 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=166680

--- Comment #32 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #29)
> (In reply to Michael Catanzaro from comment #27)
> > Also got a warning to fix:
> > 
> > [1240/5820] Building CXX object
> > Source...emote/glib/RemoteInspectorServer.cpp.o
> > ../../Source/JavaScriptCore/inspector/remote/glib/RemoteInspectorServer.cpp:
> > 128:1: warning: missing initializer for member
> > ‘_GDBusInterfaceVTable::padding’ [-Wmissing-field-initializers]
> >  };
> >  ^
> 
> Also aware of it, but I don't know how to fix it. It's harmless anyway, it's
> because of the padding

You have to initialize it to nullptr.

-- 
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/20170425/6f6a9cd6/attachment-0001.html>


More information about the webkit-unassigned mailing list