From ccd6c5aa1dc3a8476a26142a036b32d13935718c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 26 Jul 2011 14:11:28 +0000 Subject: [PATCH] E: e_fm: Fix unused label (fallback:). Add UNUSED where missing. SVN revision: 61763 --- src/bin/e_fm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 5e144e60e..621f9a44a 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -2082,7 +2082,7 @@ _e_fm2_icon_mime_theme_get(Evas *evas, const E_Fm2_Icon *ic, const char **type_r * Use mime type information to set icon. */ static Evas_Object * -_e_fm2_icon_mime_get(Evas *evas, const E_Fm2_Icon *ic, Evas_Smart_Cb gen_func, void *data, int force_gen, const char **type_ret) +_e_fm2_icon_mime_get(Evas *evas, const E_Fm2_Icon *ic, Evas_Smart_Cb gen_func __UNUSED__, void *data __UNUSED__, int force_gen __UNUSED__, const char **type_ret) { Evas_Object *o; @@ -2257,7 +2257,7 @@ e_fm2_icon_get(Evas *evas, E_Fm2_Icon *ic, if (o) return o; } -fallback: +//fallback: o = _e_fm2_icon_explicit_theme_icon_get(evas, ic, "unknown", type_ret); if (o) return o;