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

Commit 38ca80d0 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am b9450210: am 30f52fea: am 67bdfa98: am d25b8502: Merge "Fix unused param warning"

* commit 'b9450210':
  Fix unused param warning
parents 7b5475d3 b9450210
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];