elm test - set var to null to avoid warning

This commit is contained in:
Carsten Haitzler 2019-07-28 11:40:18 +01:00
parent 4d27f5f63e
commit 0ff42fa4e5
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void test_efl_ui_radio(void *data EINA_UNUSED,
Efl_Ui_Box *bx;
Eina_Array *arr;
Efl_Ui_Button *o;
Efl_Ui_Radio *uk;
Efl_Ui_Radio *uk = NULL;
win = efl_add(EFL_UI_WIN_CLASS, efl_main_loop_get(),
efl_ui_win_type_set(efl_added, EFL_UI_WIN_TYPE_BASIC),