mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-12 21:48:50 +02:00
girnode: remove wrongly added g_assert_not_reached(). Fixes #218
Added in 9535fc48. After the switch it calls _g_ir_node_build_typelib() again handling the other types.
This commit is contained in:
@ -2308,7 +2308,7 @@ _g_ir_node_build_typelib (GIrNode *node,
|
||||
memcpy (&data[blob->offset], constant->value, blob->size);
|
||||
break;
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
*offset2 += ALIGN_VALUE (blob->size, 4);
|
||||
|
||||
|
Reference in New Issue
Block a user