jpeg pushed a commit to branch master.

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

commit 924ac3f49ca76d7d7883e299fd73421da7fea20d
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Nov 15 19:27:49 2017 +0900

    elm_test: Fix a warning
---
 src/bin/elementary/test_ctxpopup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_ctxpopup.c 
b/src/bin/elementary/test_ctxpopup.c
index fbef93974f..94895f5b4a 100644
--- a/src/bin/elementary/test_ctxpopup.c
+++ b/src/bin/elementary/test_ctxpopup.c
@@ -447,7 +447,7 @@ _list_item_cb9(void *data EINA_UNUSED, Evas_Object *obj, 
void *event_info EINA_U
 static void
 _list_item_cb10(void *data EINA_UNUSED, Evas_Object *obj, void *event_info 
EINA_UNUSED)
 {
-   Evas_Object *ctxpopup, *btn, *sc, *bx;
+   Evas_Object *ctxpopup, *btn;
    Evas_Coord x,y;
 
    if (list_mouse_down > 0) return;

-- 


Reply via email to