On 05/21/2010 01:45 PM, Gustavo Sverzut Barbieri wrote: > On Fri, May 21, 2010 at 2:16 PM, Enlightenment SVN > <[email protected]> wrote: >> Log: >> Fix compiler warnings ... yes, they were fairly harmless, but I hate >> seeing warnings during compile, especially when they are easily >> corrected. >> >> if (param->type == EDJE_EXTERNAL_PARAM_TYPE_BOOL) >> { >> - param->i = elm_fileselector_button_is_save_get(obj); >> + param->i = elm_fileselector_button_is_save_get((Evas_Object >> *)obj); > > ouch... needs proper fixing. You fixed them at the wrong place! The > _get() should use a const Evas_Object*. > > Fair enough, I'll make the changes :)
dh ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
