Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_calc.c 


Log Message:
warning fixes
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_calc.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- edje_calc.c 30 Oct 2004 12:19:33 -0000      1.49
+++ edje_calc.c 30 Oct 2004 13:02:28 -0000      1.50
@@ -259,7 +259,7 @@
                         Edje_Calc_Params *params,
                         int flags)
 {
-   int minw, minh, maxw, maxh;
+   int minw = 0, minh = 0, maxw = 0, maxh = 0;
 
    flags = FLAG_XY;
    /* relative coords of top left & bottom right */




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to