mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Fix two compilation warnings
This commit is contained in:
parent
4bf5ef6bd7
commit
a52046e847
@ -41,7 +41,6 @@ main (int argc, char *argv[])
|
|||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
gboolean needs_prefix;
|
gboolean needs_prefix;
|
||||||
gint i;
|
gint i;
|
||||||
GTypelib *data;
|
|
||||||
GOptionEntry options[] =
|
GOptionEntry options[] =
|
||||||
{
|
{
|
||||||
{ "shlib", 0, 0, G_OPTION_ARG_NONE, &shlib, "handle typelib embedded in shlib", NULL },
|
{ "shlib", 0, 0, G_OPTION_ARG_NONE, &shlib, "handle typelib embedded in shlib", NULL },
|
||||||
|
Loading…
Reference in New Issue
Block a user