warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
_icon_file_set(Widget_Data *wd, Evas_Object *obj, const char *path)
_icon_file_set(Widget_Data *wd, Evas_Object *obj, const char *path)
+#else
+_icon_file_set(Widget_Data *wd __UNUSED__, Evas_Object *obj, const char *path)
+#endif
{
if (elm_icon_file_set(obj, path, NULL))
{
{
if (elm_icon_file_set(obj, path, NULL))
{
_icon_freedesktop_set(Widget_Data *wd, Evas_Object *obj, const char *name, int size)
_icon_freedesktop_set(Widget_Data *wd, Evas_Object *obj, const char *name, int size)
+#else
+_icon_freedesktop_set(Widget_Data *wd __UNUSED__, Evas_Object *obj __UNUSED__, const char *name __UNUSED__, int size __UNUSED__)
+#endif
{
#ifdef ELM_EFREET
const char *path;
{
#ifdef ELM_EFREET
const char *path;
&& (group == tmp_group || (group && tmp_group && !strcmp(group, tmp_group))))
return EINA_TRUE;
&& (group == tmp_group || (group && tmp_group && !strcmp(group, tmp_group))))
return EINA_TRUE;
if (!wd->freedesktop.use)
{
if (wd->stdicon) eina_stringshare_del(wd->stdicon);
if (!wd->freedesktop.use)
{
if (wd->stdicon) eina_stringshare_del(wd->stdicon);
if (eina_str_has_extension(file, ".edj"))
ret = _els_smart_icon_file_edje_set(wd->img, file, group);
else
if (eina_str_has_extension(file, ".edj"))
ret = _els_smart_icon_file_edje_set(wd->img, file, group);
else