[PATCH 05/41] libmpathutil: fix __attribute typo in log_pthread.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Martin Wilck <mwilck@xxxxxxxx>
---
 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





[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux