stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cc6aebc916d06df6af8647506cb41cf4dbbc88cc

commit cc6aebc916d06df6af8647506cb41cf4dbbc88cc
Author: Stefan Schmidt <[email protected]>
Date:   Wed Oct 29 16:00:28 2014 +0100

    ecore_drm: Silence warnings about unused parameters.
---
 src/lib/ecore_drm/ecore_drm_output.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index cc00bd1..3ec9665 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -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;
 

-- 


Reply via email to