From 524b1a36b4095988190897ef510d93af653c643a Mon Sep 17 00:00:00 2001 From: barbieri Date: Sat, 6 Dec 2008 03:02:30 +0000 Subject: [PATCH] shut up gcc warning, with comment. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@37953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c index b75061f..9ec1ad0 100644 --- a/src/lib/eina_hash.c +++ b/src/lib/eina_hash.c @@ -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) -- 2.7.4