netstar pushed a commit to branch master.

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

commit d74f17239cef6d407503ad938c0391e47a49a060
Author: Alastair Poole <[email protected]>
Date:   Thu Apr 9 11:44:27 2020 +0100

    tests: popup
    
    I missed this warning on this machine apologies for the
    unnecessary noise.
---
 src/bin/elementary/test_popup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/elementary/test_popup.c b/src/bin/elementary/test_popup.c
index 33dbeada1d..747b8432fe 100644
--- a/src/bin/elementary/test_popup.c
+++ b/src/bin/elementary/test_popup.c
@@ -850,7 +850,7 @@ _popup_scrollable_scroller_content_list_cb(void *data 
EINA_UNUSED, Evas_Object *
 {
    Evas_Object *win, *popup, *box, *btn, *scroller, *table, *list, *ic;
    Evas_Object *box2, *label;
-   Elm_Object_Item *ex1, *ex2;
+   Elm_Object_Item *ex1;
 
    win = data;
 
@@ -903,7 +903,7 @@ _popup_scrollable_scroller_content_list_cb(void *data 
EINA_UNUSED, Evas_Object *
    evas_object_show(ic);
 
    ex1 = elm_list_item_append(list, "Jambalaya", ic, NULL, NULL, NULL);
-   ex2 = elm_list_item_append(list, "Mississippi", ic, NULL, NULL, NULL);
+   elm_list_item_append(list, "Mississippi", ic, NULL, NULL, NULL);
 
    elm_list_go(list);
    elm_list_item_selected_set(ex1, EINA_TRUE);

-- 


Reply via email to