[Webkit-unassigned] [Bug 175267] New: [GLib] Several build warnings in SessionHostGlib.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 7 10:06:54 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=175267
Bug ID: 175267
Summary: [GLib] Several build warnings in SessionHostGlib.cpp
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Trivial
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: bugs-noreply at webkitgtk.org
[5395/5654] Building CXX object Source...bDriver.dir/glib/SessionHostGlib.cpp.o
../../Source/WebDriver/glib/SessionHostGlib.cpp: In lambda function:
../../Source/WebDriver/glib/SessionHostGlib.cpp:65:25: warning: unused parameter ‘connection’ [-Wunused-parameter]
[](GDBusConnection* connection, const gchar* sender, const gchar* objectPath, const gchar* interfaceName, const gchar* methodName, GVariant* parameters, GDBusMethodInvocation* invocation, gpointer userData) {
^~~~~~~~~~
../../Source/WebDriver/glib/SessionHostGlib.cpp:65:50: warning: unused parameter ‘sender’ [-Wunused-parameter]
[](GDBusConnection* connection, const gchar* sender, const gchar* objectPath, const gchar* interfaceName, const gchar* methodName, GVariant* parameters, GDBusMethodInvocation* invocation, gpointer userData) {
^~~~~~
../../Source/WebDriver/glib/SessionHostGlib.cpp:65:71: warning: unused parameter ‘objectPath’ [-Wunused-parameter]
[](GDBusConnection* connection, const gchar* sender, const gchar* objectPath, const gchar* interfaceName, const gchar* methodName, GVariant* parameters, GDBusMethodInvocation* invocation, gpointer userData) {
^~~~~~~~~~
../../Source/WebDriver/glib/SessionHostGlib.cpp:65:96: warning: unused parameter ‘interfaceName’ [-Wunused-parameter]
[](GDBusConnection* connection, const gchar* sender, const gchar* objectPath, const gchar* interfaceName, const gchar* methodName, GVariant* parameters, GDBusMethodInvocation* invocation, gpointer userData) {
^~~~~~~~~~~~~
../../Source/WebDriver/glib/SessionHostGlib.cpp: At global scope:
../../Source/WebDriver/glib/SessionHostGlib.cpp:97:1: warning: missing initializer for member ‘_GDBusInterfaceVTable::padding’ [-Wmissing-field-initializers]
};
^
--
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/20170807/6e7500ec/attachment-0001.html>
More information about the webkit-unassigned
mailing list