more warnings

SVN revision: 62866
This commit is contained in:
Mike Blumenkrantz 2011-08-26 17:19:17 +00:00
parent 9f4a71a825
commit 03c043ca35
2 changed files with 2 additions and 2 deletions

View File

@ -1069,7 +1069,7 @@ _gc_orient(E_Gadcon_Client *gcc,
static char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return _(_e_bluez_Name);
return (char*)_(_e_bluez_Name);
}
static Evas_Object *

View File

@ -1651,7 +1651,7 @@ _gc_orient(E_Gadcon_Client *gcc,
static char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return _(_e_connman_Name);
return (char*)_(_e_connman_Name);
}
static Evas_Object *