From d7c3d90a454ad9978c91ec985ce9e66dda87b1bb Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Thu, 18 Aug 2016 18:58:37 +0900 Subject: [PATCH] Fix build warning in 64 bit Change-Id: Ib70c46684905e5f0e91ceaca5d5b743a50e23f25 Signed-off-by: sungwook79.park --- src/ise-stt-option.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ise-stt-option.cpp b/src/ise-stt-option.cpp index 06cca27..e6b1da1 100755 --- a/src/ise-stt-option.cpp +++ b/src/ise-stt-option.cpp @@ -392,7 +392,7 @@ static Evas_Object *create_language_list(Evas_Object *parent) #else evas_object_show(genlist); #endif - int i = 0; + long i = 0; int lang_val = 0; Elm_Object_Item * item = NULL; -- 2.7.4