1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-31 21:03:10 +02:00

girepository: Use G_OPTION_ENTRY_NULL to avoid compiler warnings

About uninitialised fields.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: 
This commit is contained in:
Philip Withnall 2023-10-25 19:03:07 +01:00
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
};
/**