Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: - fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -3 -r1.61 -r1.62 --- main.c 25 Mar 2007 04:25:58 -0000 1.61 +++ main.c 29 Mar 2007 19:59:22 -0000 1.62 @@ -62,7 +62,7 @@ static void ewl_test_cb_test_selected(Ewl_Widget *w, void *ev, void *data); static Ewl_Widget *cb_unit_test_header_fetch(void *data, int column); -static void *cb_unit_test_header_data_fetch(void *data, int column); +static void *cb_unit_test_header_data_fetch(void *data, unsigned int column); static void *cb_unit_test_fetch(void *data, unsigned int row, unsigned int column); static int cb_unit_test_count(void *data); @@ -1102,7 +1102,7 @@ } static void * -cb_unit_test_header_data_fetch(void *data, int column) +cb_unit_test_header_data_fetch(void *data, unsigned int column) { if (column == 0) return "Test"; ------------------------------------------------------------------------- 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