Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9664a5d9 authored by Nikhil Laturkar's avatar Nikhil Laturkar Committed by Garmond Leung
Browse files

hdmi_in_test: Fix compiler warnings.

CRs-Fixed: 2078749
Change-Id: I2fe0fb0d8f974de907f0ee57cfb9fc0d6710bf93
parent 7064334b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;