summaryrefslogtreecommitdiff
path: root/hdmi_in_test
diff options
context:
space:
mode:
authorNikhil Laturkar <nlatur@codeaurora.org>2017-07-28 18:50:59 +0530
committerGarmond Leung <garmondl@codeaurora.org>2017-09-05 11:38:19 -0700
commit9664a5d91e94b59e743bc7aa2795a5cf8f8e6bb6 (patch)
tree049518f2cb7c344c327713a0bb91c1a7fb0eb844 /hdmi_in_test
parent7064334b053b1770678b6e5f9355cc7a656ea587 (diff)
hdmi_in_test: Fix compiler warnings.
CRs-Fixed: 2078749 Change-Id: I2fe0fb0d8f974de907f0ee57cfb9fc0d6710bf93
Diffstat (limited to 'hdmi_in_test')
-rw-r--r--hdmi_in_test/src/hdmi_in_event_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdmi_in_test/src/hdmi_in_event_test.c b/hdmi_in_test/src/hdmi_in_event_test.c
index 93fea29c..1c4d91b4 100644
--- a/hdmi_in_test/src/hdmi_in_event_test.c
+++ b/hdmi_in_test/src/hdmi_in_event_test.c
@@ -158,7 +158,7 @@ int poll_event_init()
return (soc > 0);
}
-void listen_uevent(void *ptr __unused)
+void* listen_uevent()
{
char buffer[64*1024];
struct pollfd fds;