summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-06-21 12:07:16 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-06-21 12:07:54 -0400
commitc39e8e75555573c1c1083794bb04923a6229ae65 (patch)
treedb5ab16ff18d9e86b02624c711df9407e8d6fda5
parentf5c37f6930ce5e85e79fedaeee7c220e0a19d695 (diff)
downloadefl-c39e8e75555573c1c1083794bb04923a6229ae65.tar.gz
evas-drm: Remove improper EINA_UNUSED for function parameter
'fd' is actually used in the call to WaitVBlank, so do not mark it as EINA_UNUSED Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
-rw-r--r--src/modules/evas/engines/drm/evas_outbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/evas/engines/drm/evas_outbuf.c b/src/modules/evas/engines/drm/evas_outbuf.c
index ce7be06462..4551c852a5 100644
--- a/src/modules/evas/engines/drm/evas_outbuf.c
+++ b/src/modules/evas/engines/drm/evas_outbuf.c
@@ -48,7 +48,7 @@ _outbuf_tick_source_set(Outbuf *ob)
}
static void
-_outbuf_tick_schedule(int fd EINA_UNUSED, void *data)
+_outbuf_tick_schedule(int fd, void *data)
{
if (!ticking) return;