]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.c
audiod: do not use pointers to members of struct timeval for sscanf()
[paraslash.git] / play.c
diff --git a/play.c b/play.c
index fd8c9b28a8deed548be8e2344ca909c131dbf9b4..713a1a69d6f9b2b4e46798fed64239bb2502ecbd 100644 (file)
--- a/play.c
+++ b/play.c
@@ -67,7 +67,7 @@ static size_t bytes_per_frame;
 static struct timeval *start_time;
 static struct gengetopt_args_info conf;
 
-void para_log(__unused int ll, const char* fmt,...)
+void para_log(__a_unused int ll, const char* fmt,...)
 {
        va_list argp;