Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/plugins Modified Files: ewl_io_manager_image_plugin.c Log Message: - fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/plugins/ewl_io_manager_image_plugin.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_io_manager_image_plugin.c 14 Sep 2006 15:10:24 -0000 1.1 +++ ewl_io_manager_image_plugin.c 8 Nov 2006 05:57:04 -0000 1.2 @@ -18,7 +18,7 @@ } Ewl_Widget * -ewl_io_manager_plugin_string_read(const char *string) +ewl_io_manager_plugin_string_read(const char *string __UNUSED__) { DENTER_FUNCTION(DLEVEL_STABLE); @@ -48,7 +48,8 @@ } int -ewl_io_manager_plugin_string_write(Ewl_Widget *data, const char **string) +ewl_io_manager_plugin_string_write(Ewl_Widget *data, + const char **string __UNUSED__) { DENTER_FUNCTION(DLEVEL_STABLE); DCHECK_PARAM_PTR_RET("data", data, FALSE); ------------------------------------------------------------------------- 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