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:
parent
6adc6aa23f
commit
c381390615
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue