Shut up gcc about uninitialized use of variables.

SVN revision: 53185
This commit is contained in:
Iván Briano 2010-10-08 13:08:43 +00:00
parent acec5fa410
commit 7a9b608068
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ static void
_sizing_eval(Evas_Object *obj)
{
Widget_Data *wd;
const char *tmp;
const char *tmp = NULL;
Evas_Coord minw = -1, minh = -1, w, h;
wd = elm_widget_data_get(obj);