From 40605eab256b680e6063c5105230d8bcf048b24d Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 28 May 2013 22:17:28 -0400 Subject: [PATCH] Removed splint annotations --- src/hvclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hvclock.c b/src/hvclock.c index 410420d..a71ba58 100644 --- a/src/hvclock.c +++ b/src/hvclock.c @@ -114,7 +114,7 @@ SingleClick( void ) static void * -TimerThread( /*@unused@*/ void *arg ) +TimerThread( void *arg ) { unsigned int time_remaining; unsigned int thread_sleep_time; -- 2.20.1