jaehyun pushed a commit to branch master.

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

commit 125b5c3191fd34cde51e48e5828571671942b9c7
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Fri Feb 22 20:00:14 2019 +0900

    test_ui_relative_layout: fix maybe-uninitialized warning
    
    Warning, which 'text' may be used uninitialized, is fixed.
---
 src/bin/elementary/test_ui_relative_layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_ui_relative_layout.c 
b/src/bin/elementary/test_ui_relative_layout.c
index 9cb8b168c7..24546cad14 100644
--- a/src/bin/elementary/test_ui_relative_layout.c
+++ b/src/bin/elementary/test_ui_relative_layout.c
@@ -112,7 +112,7 @@ static void
 _setter_add(Eo *vbox, Eo *btn, Options option)
 {
    Eo *to, *hbox;
-   char *text, *btn_text;
+   char *text = NULL, *btn_text;
    double relative;
 
    switch (option)

-- 


Reply via email to