edje: fix warning in the backport
authoryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 29 Oct 2012 10:50:26 +0000 (10:50 +0000)
committeryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 29 Oct 2012 10:50:26 +0000 (10:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/edje-1.7@78612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_util.c

index af67259..d18f386 100644 (file)
@@ -345,7 +345,7 @@ edje_object_scale_set(Evas_Object *obj, double scale)
    Edje *ed, *ged;
    Evas_Object *o;
    Eina_List *l;
-   int i;
+   unsigned int i;
 
    ed = _edje_fetch(obj);
    if (!ed) return EINA_FALSE;