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:
Christoph Reiter 2018-08-03 08:06:08 +02:00
parent a060582afe
commit 8c36d53cba

View File

@ -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);