From: tasn Date: Mon, 16 Jan 2012 09:30:29 +0000 (+0000) Subject: Ecore: Fix some more warnings. X-Git-Tag: 2.0_alpha~86^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e19fb63f23e2bd2ffb7bad9f05ef40707e52d168;p=framework%2Fuifw%2Fecore.git Ecore: Fix some more warnings. I see a future in which there'll be no warnings in EFL. At the mean time, lets do our best to make the buildbot happy. :) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_evas/ecore_evas_extn.c b/src/lib/ecore_evas/ecore_evas_extn.c index a2e0f70..3b2dd9c 100644 --- a/src/lib/ecore_evas/ecore_evas_extn.c +++ b/src/lib/ecore_evas/ecore_evas_extn.c @@ -1293,7 +1293,6 @@ EAPI Evas_Object * ecore_evas_extn_plug_new(Ecore_Evas *ee_target) { #ifdef EXTN_ENABLED - Extn *extn; Evas_Object *o; Ecore_Evas *ee; int w = 1, h = 1; @@ -1990,7 +1989,6 @@ EAPI Ecore_Evas * ecore_evas_extn_socket_new(int w, int h) { #ifdef EXTN_ENABLED - Extn *extn; Evas_Engine_Info_Buffer *einfo; Ecore_Evas *ee; int rmethod;