mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
[giroffsets] Also update this code for change to signed enumeration values
This commit is contained in:
@@ -67,7 +67,7 @@ static void
|
||||
compute_enum_storage_type (GIrNodeEnum *enum_node)
|
||||
{
|
||||
GList *l;
|
||||
guint32 max_value = 0;
|
||||
gint32 max_value = 0;
|
||||
int width;
|
||||
|
||||
if (enum_node->storage_type != GI_TYPE_TAG_VOID) /* already done */
|
||||
|
Reference in New Issue
Block a user