Signed-off-by: Martin Wilck <[email protected]>
---
libmpathutil/log_pthread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmpathutil/log_pthread.c b/libmpathutil/log_pthread.c
index 69b441b..f30eb7e 100644
--- a/libmpathutil/log_pthread.c
+++ b/libmpathutil/log_pthread.c
@@ -60,7 +60,7 @@ static void flush_logqueue (void)
} while (empty == 0);
}
-static void cleanup_log_thread(__attribute((unused)) void *arg)
+static void cleanup_log_thread(__attribute__((unused)) void *arg)
{
logdbg(stderr, "log thread exiting");
pthread_mutex_lock(&logev_lock);
--
2.46.0