commit | 9664a5d91e94b59e743bc7aa2795a5cf8f8e6bb6 | [log] [tgz] |
---|---|---|
author | Nikhil Laturkar <nlatur@codeaurora.org> | Fri Jul 28 18:50:59 2017 +0530 |
committer | Garmond Leung <garmondl@codeaurora.org> | Tue Sep 05 11:38:19 2017 -0700 |
tree | 049518f2cb7c344c327713a0bb91c1a7fb0eb844 | |
parent | 7064334b053b1770678b6e5f9355cc7a656ea587 [diff] |
hdmi_in_test: Fix compiler warnings. CRs-Fixed: 2078749 Change-Id: I2fe0fb0d8f974de907f0ee57cfb9fc0d6710bf93
diff --git a/hdmi_in_test/src/hdmi_in_event_test.c b/hdmi_in_test/src/hdmi_in_event_test.c index 93fea29..1c4d91b 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 @@ return (soc > 0); } -void listen_uevent(void *ptr __unused) +void* listen_uevent() { char buffer[64*1024]; struct pollfd fds;