elementary: Add missing EINA_UNUSED for unused function parameter

This commit is contained in:
Chris Michael 2018-07-04 16:51:21 -04:00
parent 50b0a5d39b
commit ba1ab47294
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ _x11_data_preparer_image(Sel_Manager_Seat_Selection *seat_sel EINA_UNUSED,
}
static Eina_Bool
_x11_win_filter(Eo *manager, Ecore_X_Window xwin)
_x11_win_filter(Eo *manager EINA_UNUSED, Ecore_X_Window xwin)
{
Eo *win;
const Eina_List *l;