Enlightenment CVS committal Author : kwo Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: ecore_file_download.c Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_download.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ecore_file_download.c 5 Nov 2006 16:34:30 -0000 1.11 +++ ecore_file_download.c 10 Nov 2006 19:11:12 -0000 1.12 @@ -166,7 +166,8 @@ #ifdef HAVE_CURL /* this reports the downloads progress. if we return 0, then download * continues, if we return anything else, then the download stops */ -int _ecore_file_download_curl_progress_func(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) +static int +_ecore_file_download_curl_progress_func(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) { Ecore_File_Download_Job *job; @@ -306,7 +307,7 @@ } static int -_ecore_file_download_curl_fd_handler(void *data, Ecore_Fd_Handler *fd_handler) +_ecore_file_download_curl_fd_handler(void *data __UNUSED__, Ecore_Fd_Handler *fd_handler __UNUSED__) { Ecore_File_Download_Job *job; CURLMsg *curlmsg; ------------------------------------------------------------------------- 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