elm_thumb: fix build warning in case of no ethumb

SVN revision: 71184
This commit is contained in:
Jihoon Kim 2012-05-16 23:44:46 +00:00
parent 4903c8487f
commit 797bd6ecee
1 changed files with 2 additions and 0 deletions

View File

@ -473,6 +473,8 @@ _elm_thumb_smart_show(Evas_Object *obj)
#ifdef ELM_ETHUMB
_thumb_show(sd);
#else
(void)sd;
#endif
}