Skip to content

Fix signed/unsigned comparisons

Salamandar requested to merge Salamandar/gegl:master into master

There are some signed/unsigned warnings. Some signed variables are used for ranges or mem allocs, so I put them as unsigned as they are compared to a maximal value.

Merge request reports