mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Explode immediately if we don't recognize a type
svn path=/trunk/; revision=619
This commit is contained in:
parent
ff45096d96
commit
78c7abb34f
@ -186,6 +186,8 @@ write_type_info (const gchar *namespace,
|
|||||||
g_fprintf (file, ">");
|
g_fprintf (file, ">");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user