mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Fix missing initializer warning in gio/tests/gdbus-exit-on-close.c
gio/tests/gdbus-exit-on-close.c:52:14: warning: missing field 'bug' initializer { NULL } ^
This commit is contained in:
parent
652a7b7db1
commit
aace697d7e
@ -49,7 +49,7 @@ static const TestData cases[] = {
|
|||||||
{ "true", NULL, EXPLICITLY_TRUE, REMOTE },
|
{ "true", NULL, EXPLICITLY_TRUE, REMOTE },
|
||||||
{ "false", NULL, EXPLICITLY_FALSE, REMOTE },
|
{ "false", NULL, EXPLICITLY_FALSE, REMOTE },
|
||||||
{ "we-close", "662100", EXPLICITLY_TRUE, LOCAL },
|
{ "we-close", "662100", EXPLICITLY_TRUE, LOCAL },
|
||||||
{ NULL }
|
{ NULL, NULL, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user