shut up gcc warning, with comment.

SVN revision: 37953
This commit is contained in:
Gustavo Sverzut Barbieri 2008-12-06 03:02:30 +00:00
parent 84f8c174bf
commit b023145eed
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ EAPI Eina_Bool
eina_hash_del(Eina_Hash *hash, const void *key, const void *data)
{
int key_length = 0;
int hash_num;
int hash_num = 0; /* XXX: shut up GCC, not really required */
if (!hash) return EINA_FALSE;
if (key)