* commit '67bdfa9823dd954fdfaa01721da17d8252fc05d1': Fix unused param warning
This commit is contained in:
commit
30f52fea05
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue