Elementary thumb: Fixed warning.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Apr 2011 00:33:46 +0000 (00:33 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Apr 2011 00:33:46 +0000 (00:33 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_thumb.c

index 53e8bc6..78d00ea 100644 (file)
@@ -245,7 +245,7 @@ _finished_thumb_cb(void *data, Ethumb_Client *c __UNUSED__, int id, const char *
 }
 
 static void
-_thumb_exists(Ethumb_Client *client, Ethumb_Exists *thread,
+_thumb_exists(Ethumb_Client *client __UNUSED__, Ethumb_Exists *thread,
               Eina_Bool exists, void *data)
 {
    Widget_Data *wd = data;