On Sun, Sep 12, 2010 at 3:31 PM, Enlightenment SVN <[email protected]> wrote: > Log: > hackfix const warning > @@ -923,7 +923,7 @@ > static char * > _gc_label(E_Gadcon_Client_Class *client_class __UNUSED__) > { > - return _(_e_mixer_Name); > + return (char*)_(_e_mixer_Name); > }
don't do this, change _gc_label to return a const char instead... as it should be the case (if required change E_Gadcon code as well. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
