From: englebass Date: Mon, 15 Dec 2008 20:52:51 +0000 (+0000) Subject: Fix compiler warnings. X-Git-Tag: 2.0_alpha~194^2~1695 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a2cc0b40b7cbb5d1de887c22fcc31e53b992a3c;p=framework%2Fuifw%2Fecore.git Fix compiler warnings. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@38156 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_imf/ecore_imf_module.c b/src/lib/ecore_imf/ecore_imf_module.c index d1fd75f..78def12 100644 --- a/src/lib/ecore_imf/ecore_imf_module.c +++ b/src/lib/ecore_imf/ecore_imf_module.c @@ -72,7 +72,6 @@ ecore_imf_module_available_get(void) { Ecore_List *values; Eina_Iterator *it = NULL; - unsigned int i = 0; if (!modules) return NULL; @@ -155,7 +154,7 @@ ecore_imf_module_context_ids_get(void) } static Eina_Bool -_hash_ids_by_canvas_type_get(const Eina_Hash *hash, int *data, void *fdata) +_hash_ids_by_canvas_type_get(const Eina_Hash *hash, void *data, void *fdata) { Ecore_IMF_Module *module = data; Ecore_IMF_Selector *selector = fdata; @@ -172,7 +171,6 @@ ecore_imf_module_context_ids_by_canvas_type_get(const char *canvas_type) Ecore_IMF_Selector selector; Ecore_List *values; Eina_Iterator *it = NULL; - unsigned int i = 0; if (!modules) return NULL; @@ -291,8 +289,6 @@ _ecore_imf_module_free(Ecore_IMF_Module *module) static int _ecore_imf_modules_exists(const char *ctx_id) { - Eina_Iterator *it = NULL; - if (!modules) return 0; if (!ctx_id) return 0;