Skip to content

Commit

Permalink
Merge "Fix unused param warning"
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhines authored and android code review committed Aug 8, 2012
2 parents 65c37c8 + 62f9ffa commit d25b850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsuspend/autosuspend_wakeup_count.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d25b850

Please sign in to comment.