Fix missing initializer warning in gio/tests/gdbus-non-socket.c

gio/tests/gdbus-non-socket.c:116:1: error: missing initializer for field ‘padding’ of ‘GDBusInterfaceVTable’ {aka ‘const struct _GDBusInterfaceVTable’}
  116 | };
      | ^
This commit is contained in:
Emmanuel Fleury 2020-11-20 19:35:42 +01:00
parent 2187406f70
commit d255962abb

View File

@ -112,7 +112,8 @@ pokee_method_call (GDBusConnection *connection,
static const GDBusInterfaceVTable pokee_vtable = {
pokee_method_call,
NULL, /* get_property */
NULL /* set_property */
NULL, /* set_property */
{ 0 }
};
/* Processes: