devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba1ab472943630c8bbcdf68641ddafe8e6f10742
commit ba1ab472943630c8bbcdf68641ddafe8e6f10742 Author: Chris Michael <[email protected]> Date: Wed Jul 4 16:51:21 2018 -0400 elementary: Add missing EINA_UNUSED for unused function parameter --- src/lib/elementary/efl_selection_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_selection_manager.c b/src/lib/elementary/efl_selection_manager.c index 509bcb6ada..8ba6d758f4 100644 --- a/src/lib/elementary/efl_selection_manager.c +++ b/src/lib/elementary/efl_selection_manager.c @@ -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; --
