ecore_drm: Silence warnings about unused parameters.

This commit is contained in:
Stefan Schmidt 2014-10-29 16:00:28 +01:00
parent e105abc99e
commit cc6aebc916
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ _ecore_drm_output_device_is_hotplug(Ecore_Drm_Output *output)
}
static void
_ecore_drm_output_event(const char *device, Eeze_Udev_Event event, void *data, Eeze_Udev_Watch *watch EINA_UNUSED)
_ecore_drm_output_event(const char *device EINA_UNUSED, Eeze_Udev_Event event EINA_UNUSED, void *data, Eeze_Udev_Watch *watch EINA_UNUSED)
{
Ecore_Drm_Output *output;