warnings ;)

SVN revision: 14946
This commit is contained in:
tsauerbeck 2005-05-26 09:43:23 +00:00 committed by tsauerbeck
parent cb2934afab
commit cc37e8166f
2 changed files with 1 additions and 2 deletions

View File

@ -661,7 +661,6 @@ static Eet_Data_Element *
_eet_descriptor_hash_find(Eet_Data_Descriptor *edd, char *name)
{
int hash;
Eet_Data_Element *ede;
Eet_Data_Descriptor_Hash *bucket;
hash = _eet_descriptor_hash_gen(name, 6);

View File

@ -986,7 +986,7 @@ eet_list(Eet_File *ef, char *glob, int *count_ret)
char **list_ret = NULL;
int list_count = 0;
int list_count_alloc = 0;
int i, j, num;
int i, num;
Eet_File_Node *efn;
/* check to see its' an eet file pointer */