shell: Fix signed-unsigned comparisons

This commit is contained in:
Florian Müllner
2015-09-23 19:11:05 +02:00
parent 52995416fd
commit 825146f1e3
3 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@ shell_util_get_transformed_allocation (ClutterActor *actor,
*/
ClutterVertex v[4];
gfloat x_min, x_max, y_min, y_max;
gint i;
guint i;
g_return_if_fail (CLUTTER_IS_ACTOR (actor));