add missing EINA_UNUSED for function paramater

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-18 09:22:39 -04:00
parent 379ea5b2f0
commit ea26fc1f87
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ static const struct wl_data_source_interface _e_data_source_interface =
};
static void
_e_comp_wl_data_device_destroy_selection_data_source(struct wl_listener *listener, void *data)
_e_comp_wl_data_device_destroy_selection_data_source(struct wl_listener *listener EINA_UNUSED, void *data)
{
E_Comp_Data *cdata;
E_Comp_Wl_Data_Source *source;