mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-04 06:43:07 +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:
parent
a060582afe
commit
8c36d53cba
@ -2308,7 +2308,7 @@ _g_ir_node_build_typelib (GIrNode *node,
|
|||||||
memcpy (&data[blob->offset], constant->value, blob->size);
|
memcpy (&data[blob->offset], constant->value, blob->size);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached ();
|
break;
|
||||||
}
|
}
|
||||||
*offset2 += ALIGN_VALUE (blob->size, 4);
|
*offset2 += ALIGN_VALUE (blob->size, 4);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user