warning fixes

SVN revision: 12086
This commit is contained in:
tsauerbeck 2004-10-30 13:02:28 +00:00 committed by tsauerbeck
parent 0c79f801ed
commit 31107fb11a
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ _edje_part_recalc_single(Edje *ed,
Edje_Calc_Params *params,
int flags)
{
int minw, minh, maxw, maxh;
int minw = 0, minh = 0, maxw = 0, maxh = 0;
flags = FLAG_XY;
/* relative coords of top left & bottom right */