On Fri, May 21, 2010 at 2:16 PM, Enlightenment SVN
<no-re...@enlightenment.org> 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*.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------

_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to