summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libsuspend/autosuspend_wakeup_count.c')
-rw-r--r--libsuspend/autosuspend_wakeup_count.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsuspend/autosuspend_wakeup_count.c b/libsuspend/autosuspend_wakeup_count.c
index b038e20f5..a88e67700 100644
--- a/libsuspend/autosuspend_wakeup_count.c
+++ b/libsuspend/autosuspend_wakeup_count.c
@@ -38,7 +38,7 @@ static pthread_t suspend_thread;
38static sem_t suspend_lockout; 38static sem_t suspend_lockout;
39static const char *sleep_state = "mem"; 39static const char *sleep_state = "mem";
40 40
41static void *suspend_thread_func(void *arg) 41static void *suspend_thread_func(void *arg __attribute__((unused)))
42{ 42{
43 char buf[80]; 43 char buf[80];
44 char wakeup_count[20]; 44 char wakeup_count[20];