Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_config.c ewl_filelist.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_config.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_config.c        16 Nov 2007 18:50:57 -0000      1.34
+++ ewl_config.c        3 Dec 2007 04:46:25 -0000       1.35
@@ -473,6 +473,7 @@
        return (_locking(fd, _LK_LOCK, size) == 0);
 # endif /* HAVE__LOCKING */
 #endif /* !defined(F_SETLKW) */
+       size = size;
 }
 
 static int
@@ -492,6 +493,7 @@
        return (_locking(fd, _LK_LOCK, size) == 0);
 # endif /* HAVE__LOCKING */
 #endif /* !defined(F_SETLKW) */
+       size = size;
 }
 
 static int
@@ -511,6 +513,7 @@
        return (_locking(fd, _LK_UNLCK, size) == 0);
 # endif /* HAVE__LOCKING */
 #endif /* !defined(F_SETLKW) */
+       size = size;
 }
 
 static int
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ewl_filelist.c      17 Nov 2007 00:01:55 -0000      1.41
+++ ewl_filelist.c      3 Dec 2007 04:46:25 -0000       1.42
@@ -942,7 +942,7 @@
                else if (sel->type == EWL_SELECTION_TYPE_RANGE)
                {
                        Ewl_Selection_Range *r;
-                       int i;
+                       unsigned int i;
 
                        r = EWL_SELECTION_RANGE(sel);
                        for (i = r->start.row; i <= r->end.row; i++)



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to