Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_tree2.c Log Message: - fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_tree2.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_tree2.c 13 Mar 2006 22:26:07 -0000 1.3 +++ ewl_tree2.c 10 Apr 2006 04:35:11 -0000 1.4 @@ -22,7 +22,7 @@ static Ewl_Widget *tree2_test_custom_new(void); static void tree2_test_custom_assign_set(Ewl_Widget *w, void *data); static Ewl_Widget *tree2_test_data_header_fetch(void *data, - unsigned int column); + int column); static void *tree2_test_data_fetch(void *data, unsigned int row, unsigned int column); static void tree2_test_data_sort(void *data, unsigned int column); @@ -133,7 +133,7 @@ } static Ewl_Widget * -tree2_test_data_header_fetch(void *data __UNUSED__, unsigned int column) +tree2_test_data_header_fetch(void *data __UNUSED__, int column) { Ewl_Widget *l; ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs