elm_thumb.c: fix build warning in case without ethumb
authorJihoon Kim <imfine98@gmail.com>
Wed, 8 Feb 2012 01:45:26 +0000 (01:45 +0000)
committerJihoon Kim <imfine98@gmail.com>
Wed, 8 Feb 2012 01:45:26 +0000 (01:45 +0000)
SVN revision: 67744

src/lib/elm_thumb.c

index d5b0ee2..b40aa80 100644 (file)
@@ -628,6 +628,8 @@ elm_thumb_file_set(Evas_Object *obj, const char *file, const char *key)
 #ifdef HAVE_ELEMENTARY_ETHUMB
    if (((file_replaced) || (key_replaced)) && (evas_object_visible_get(obj)))
      _thumb_show(wd);
+#else
+   (void)key_replaced;
 #endif
 }