mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +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, ">");
|
||||
}
|
||||
}
|
||||
else
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user