hmm llvm complaining -b ut again - i think its bogus. i just added an init of

count to 0 just in case thats what was tripping it up (as it didnt accoutn
for the for loop)



SVN revision: 46766
This commit is contained in:
Carsten Haitzler 2010-03-02 02:25:33 +00:00
parent 422bf813d4
commit c7d15e868a
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ evas_object_smart_callbacks_descriptions_set(Evas_Object *obj, const Evas_Smart_
{
const Evas_Smart_Cb_Description *d;
Evas_Object_Smart *o;
unsigned int i, count;
unsigned int i, count = 0;
MAGIC_CHECK(obj, Evas_Object, MAGIC_OBJ);
return 0;