Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/list


Modified Files:
        ewl_list.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/list/ewl_list.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_list.c  20 Oct 2006 04:37:34 -0000      1.4
+++ ewl_list.c  8 Nov 2006 05:57:03 -0000       1.5
@@ -225,11 +225,13 @@
        idx = ewl_mvc_selected_get(EWL_MVC(list));
 
        ecore_list_goto_index(el, idx->row);
-       printf("Selected (%d) (%s)\n", idx->row, (char 
*)ecore_list_current(el));
+       printf("Selected (%d) (%s)\n", idx->row, 
+                       (char *)ecore_list_current(el));
 }
 
 static void
-list_cb_multi_value_changed(Ewl_Widget *w, void *ev, void *data)
+list_cb_multi_value_changed(Ewl_Widget *w, void *ev __UNUSED__, 
+                                               void *data __UNUSED__)
 {
        Ecore_List *selected, *el;
        Ewl_Selection *sel;
@@ -268,7 +270,8 @@
 }
 
 static void
-list_cb_select_none(Ewl_Widget *w, void *ev, void *data)
+list_cb_select_none(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, 
+                                               void *data __UNUSED__)
 {
        printf("ERROR, shouldn't get selection changed callbacks.\n");
 }



-------------------------------------------------------------------------
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