raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0ff42fa4e51d5aa94b6d60e300a77876b82fe952

commit 0ff42fa4e51d5aa94b6d60e300a77876b82fe952
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Jul 28 11:40:18 2019 +0100

    elm test - set var to null to avoid warning
---
 src/bin/elementary/test_ui_radio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_ui_radio.c 
b/src/bin/elementary/test_ui_radio.c
index 259846f96d..7f72df92f7 100644
--- a/src/bin/elementary/test_ui_radio.c
+++ b/src/bin/elementary/test_ui_radio.c
@@ -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),

-- 


Reply via email to