zmike pushed a commit to branch master.

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

commit 5f5f62d6bd4c93033058330a826ecad7056aeb25
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Mon Sep 23 15:27:49 2019 -0400

    tests: Initialize variables and quiet warning.
    
    Summary: The switch does not cover all Align enum values.
    
    Reviewers: zmike
    
    Reviewed By: zmike
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10085
---
 src/tests/elementary/efl_ui_test_popup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/elementary/efl_ui_test_popup.c 
b/src/tests/elementary/efl_ui_test_popup.c
index 82c992adaa..d15df256c2 100644
--- a/src/tests/elementary/efl_ui_test_popup.c
+++ b/src/tests/elementary/efl_ui_test_popup.c
@@ -642,7 +642,7 @@ verify_anchor(Eo *popup, Eo **align_buttons, Align align, 
Eina_Size2D *popup_sz)
    else
      anchor_geom = win_geom;
 
-   Evas_Coord x, y;
+   Evas_Coord x = 0, y = 0;
 
    /* click the button to trigger changing the align on the popup
     * this could be done manually, but we're trying to copy the elm_test case

-- 


Reply via email to