warning--

SVN revision: 43259
This commit is contained in:
Carsten Haitzler 2009-10-25 08:57:41 +00:00
parent f78bded776
commit b2228247e1
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ eina_array_remove(Eina_Array *array, Eina_Bool (*keep)(void *data, void *gdata),
The algorithm does exit before using unitialized data. So compiler is
giving you a false positiv here too.
*/
void *data;
void *data = NULL;
unsigned int total = 0;
unsigned int limit;
unsigned int i;