Signed-off-by: Chris Michael <cp.michael@samsung.com>
}
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);
}
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)
{