Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_simple_test.c main.c Log Message: - fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/ewl_simple_test.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ewl_simple_test.c 9 Feb 2007 12:12:19 -0000 1.18 +++ ewl_simple_test.c 15 Feb 2007 02:44:26 -0000 1.19 @@ -79,7 +79,8 @@ } static void -obscure_logo_cb(Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data) +obscure_logo_cb(Ewl_Widget *w, void *ev_data __UNUSED__, + void *user_data __UNUSED__) { edje_object_signal_callback_del(w->theme_object, "Present*", "*", edje_text); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -3 -r1.54 -r1.55 --- main.c 7 Feb 2007 04:10:04 -0000 1.54 +++ main.c 15 Feb 2007 02:44:26 -0000 1.55 @@ -1045,7 +1045,8 @@ } static Ewl_Model * -ewl_test_cb_category_expansion_model_fetch(void *data, unsigned int row) +ewl_test_cb_category_expansion_model_fetch(void *data __UNUSED__, + unsigned int row __UNUSED__) { if (expansion_model) return expansion_model; ------------------------------------------------------------------------- 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