widget: Add EINA_UNUSED

This commit is contained in:
Jean-Philippe Andre 2017-11-24 14:36:01 +09:00
parent 8f2369c5b6
commit e9d7436fd2
1 changed files with 1 additions and 1 deletions

View File

@ -1925,7 +1925,7 @@ elm_widget_highlight_get(const Eo *obj)
}
EOLIAN static Evas_Object*
_elm_widget_widget_top_get(Eo *obj, Elm_Widget_Smart_Data *sd)
_elm_widget_widget_top_get(Eo *obj, Elm_Widget_Smart_Data *sd EINA_UNUSED)
{
Elm_Widget *parent = elm_widget_parent_get(obj);
if (parent)