elm test - set var to null to avoid warning
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 28 Jul 2019 10:40:18 +0000 (11:40 +0100)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 01:48:29 +0000 (10:48 +0900)
src/bin/elementary/test_ui_radio.c

index 259846f..7f72df9 100644 (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),