Init some vars to NULL so we don't get warning about uninitialized

vars from gcc during compile.



SVN revision: 57069
This commit is contained in:
Christopher Michael 2011-02-15 21:17:48 +00:00
parent 2867f253e6
commit 2c593b88e5
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ _button_cb_mouse_down(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED_
{
Instance *inst;
Evas_Event_Mouse_Down *ev;
E_Menu *ma, *mg, *mo;
E_Menu *ma = NULL, *mg = NULL, *mo = NULL;
int cx, cy;
if (cpufreq_config->menu) return;