Issue #12636: _gimp_gp_param_def_to_param_spec throws WARNING on…

… a build of type "release".

Thanks to Lloyd Konneker for their original diagnosis of this issue!
This commit is contained in:
Jehan 2025-03-14 21:48:55 +01:00
parent 6adc6aa23f
commit c381390615

View file

@ -459,7 +459,7 @@ gimp_main (GType plug_in_type,
gint i;
for (i = 0; i < G_N_ELEMENTS (init_types); i++, i++)
for (i = 0; i < G_N_ELEMENTS (init_types); i++)
{
GType type = init_types[i];