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

Commit d25b8502 authored by Stephen Hines's avatar Stephen Hines Committed by android code review
Browse files

Merge "Fix unused param warning"

parents 65c37c81 62f9ffac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ static pthread_t suspend_thread;
static sem_t suspend_lockout;
static const char *sleep_state = "mem";

static void *suspend_thread_func(void *arg)
static void *suspend_thread_func(void *arg __attribute__((unused)))
{
    char buf[80];
    char wakeup_count[20];