Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/dnd_snoop Modified Files: ewl_dnd_snoop.c Log Message: - fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dnd_snoop/ewl_dnd_snoop.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_dnd_snoop.c 7 Dec 2006 19:13:14 -0000 1.4 +++ ewl_dnd_snoop.c 7 Dec 2006 20:05:07 -0000 1.5 @@ -328,7 +328,8 @@ } static int -ewl_dnd_snoop_cb_selection_clear(void *data, int type, void *ev) +ewl_dnd_snoop_cb_selection_clear(void *data __UNUSED__, int type __UNUSED__, + void *ev) { char buf[1024]; Ecore_X_Event_Selection_Clear *event = ev; @@ -348,7 +349,8 @@ } static int -ewl_dnd_snoop_cb_selection_request(void *data, int type, void *ev) +ewl_dnd_snoop_cb_selection_request(void *data __UNUSED__, int type __UNUSED__, + void *ev) { char buf[1024]; Ecore_X_Event_Selection_Request *event = ev; @@ -382,7 +384,8 @@ } static int -ewl_dnd_snoop_cb_selection_notify(void *data, int type, void *ev) +ewl_dnd_snoop_cb_selection_notify(void *data __UNUSED__, int type __UNUSED__, + void *ev) { char buf[1024]; Ecore_X_Event_Selection_Notify *event = ev; @@ -408,7 +411,8 @@ } static int -ewl_dnd_snoop_cb_client_message(void *data, int type, void *ev) +ewl_dnd_snoop_cb_client_message(void *data __UNUSED__, int type __UNUSED__, + void *ev) { char buf[1024]; Ecore_X_Event_Client_Message *event = ev; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs