seoz pushed a commit to branch master.

commit 718712ffec7cd08e6e5637fcdc838e4a3a03a928
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Jun 27 10:43:45 2013 +0900

    elm_gesture_layer.c: fixed warnings.
---
 src/lib/elm_gesture_layer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_gesture_layer.c b/src/lib/elm_gesture_layer.c
index dc12184..585ccb0 100644
--- a/src/lib/elm_gesture_layer.c
+++ b/src/lib/elm_gesture_layer.c
@@ -1617,7 +1617,7 @@ static Eina_Bool
 _taps_rect_get(Eina_List *taps, int idx, Evas_Coord_Rectangle *r)
 {  /* Build a rect bounding all taps at index idx */
    Eina_List *l;
-   Evas_Coord bx, by;
+   Evas_Coord bx = 0, by = 0;
    Eina_List *pe_list;
    Eina_Bool was_init = EINA_FALSE;
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to