Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file_download.c ecore_file_monitor_inotify.c 


Log Message:
Fix warnings.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_download.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_file_download.c       8 Sep 2006 16:52:29 -0000       1.10
+++ ecore_file_download.c       5 Nov 2006 16:34:30 -0000       1.11
@@ -144,6 +144,11 @@
      {
        return 0;
      }
+#ifndef HAVE_CURL
+   completion_cb = NULL;
+   progress_cb = NULL;
+   data = NULL;
+#endif
 }
 
 EAPI int
===================================================================
RCS file: 
/cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ecore_file_monitor_inotify.c        6 Sep 2006 07:10:25 -0000       1.11
+++ ecore_file_monitor_inotify.c        5 Nov 2006 16:34:30 -0000       1.12
@@ -150,7 +150,7 @@
 }
 
 static int
-_ecore_file_monitor_inotify_handler(void *data, Ecore_Fd_Handler *fdh)
+_ecore_file_monitor_inotify_handler(void *data __UNUSED__, Ecore_Fd_Handler 
*fdh)
 {
    Ecore_File_Monitor *em;
    char buffer[16384];



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to