Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_main.c Log Message: * GCC shhh =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- evfs_main.c 15 Jan 2006 12:26:40 -0000 1.31 +++ evfs_main.c 26 Jan 2006 00:55:33 -0000 1.32 @@ -118,7 +118,7 @@ int -ipc_client_data(void *data, int type, void *event) +ipc_client_data(void *data __UNUSED__, int type __UNUSED__, void *event) { Ecore_Ipc_Event_Client_Data *e = (Ecore_Ipc_Event_Client_Data*) event; @@ -268,12 +268,12 @@ } -int ecore_timer_enterer(void* data) { +int ecore_timer_enterer(__UNUSED__ void* data) { return 1; } -int incoming_command_cb(void* data) { +int incoming_command_cb(__UNUSED__ void* data) { evfs_command_client* com_cli = ecore_list_remove_first(server->incoming_command_list); if (com_cli) { ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs