mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 18:40:03 +01:00
girepository: Use G_OPTION_ENTRY_NULL to avoid compiler warnings
About uninitialised fields. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3155
This commit is contained in:
parent
6b664a4be8
commit
512e4b5440
@ -1732,7 +1732,7 @@ static const GOptionEntry introspection_args[] = {
|
||||
{ "introspect-dump", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK,
|
||||
g_irepository_introspect_cb, "Dump introspection information",
|
||||
"infile.txt,outfile.xml" },
|
||||
{ NULL }
|
||||
G_OPTION_ENTRY_NULL
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user