Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc.c e_remote_main.c Log Message: Compiler warnings. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- e_ipc.c 5 May 2005 06:45:47 -0000 1.21 +++ e_ipc.c 12 May 2005 13:56:30 -0000 1.22 @@ -634,7 +634,7 @@ static char * _e_ipc_str_list_get(Evas_List *strs, int *bytes) { - char *data = NULL, **cur; + char *data = NULL; int pos = 0; Evas_List *l; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_remote_main.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- e_remote_main.c 7 May 2005 17:29:25 -0000 1.20 +++ e_remote_main.c 12 May 2005 13:56:30 -0000 1.21 @@ -564,7 +564,7 @@ case E_IPC_OP_BG_GET_REPLY: if (e->data) { - printf("REPLY: %s\n", e->data); + printf("REPLY: %s\n", (char *)e->data); } break; case E_IPC_OP_BG_DIRS_LIST_REPLY: @@ -660,7 +660,7 @@ Evas_List *l; for (l = langs; l; l = l->next) - printf("REPLY: LANG=\"%s\"\n", l->data); + printf("REPLY: LANG=\"%s\"\n", (char *)l->data); evas_list_free(langs); } } @@ -670,7 +670,7 @@ case E_IPC_OP_LANG_GET_REPLY: if (e->data) { - printf("REPLY: %s\n", e->data); + printf("REPLY: %s\n", (char *)e->data); } break; case E_IPC_OP_BINDING_MOUSE_LIST_REPLY: ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs