ecore-drm: Add missing EINA_UNUSED for unused function paramaters.
authorChris Michael <cp.michael@samsung.com>
Thu, 6 Mar 2014 11:12:23 +0000 (11:12 +0000)
committerChris Michael <cp.michael@samsung.com>
Thu, 6 Mar 2014 11:12:23 +0000 (11:12 +0000)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_evdev.c

index 0e5e840056ab99059250acd7944479ba869047f0..c363d02553cd11f85a00eafa85ed30e17c3182c9 100644 (file)
@@ -156,7 +156,7 @@ _device_handle(Ecore_Drm_Evdev *edev)
 }
 
 static void 
-_device_notify_key(Ecore_Drm_Evdev *dev, struct input_event *event, unsigned int timestamp)
+_device_notify_key(Ecore_Drm_Evdev *dev, struct input_event *event, unsigned int timestamp EINA_UNUSED)
 {
    DBG("Key Event");
    DBG("\tCode: %d", event->code);
@@ -173,7 +173,7 @@ _device_notify_key(Ecore_Drm_Evdev *dev, struct input_event *event, unsigned int
 }
 
 static void 
-_device_process_flush(Ecore_Drm_Evdev *dev, unsigned int timestamp)
+_device_process_flush(Ecore_Drm_Evdev *dev, unsigned int timestamp EINA_UNUSED)
 {
    switch (dev->pending_event)
      {