From afcff45cee04c5c7d9c333504046ffb63d1418b5 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 17 May 2011 11:54:38 +0300 Subject: Add underscores to attributes (__attribute((__foo__))). --- src/xz/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xz/message.c') diff --git a/src/xz/message.c b/src/xz/message.c index 38cce4a1..e128cf57 100644 --- a/src/xz/message.c +++ b/src/xz/message.c @@ -94,7 +94,7 @@ static volatile sig_atomic_t progress_needs_updating = false; /// Signal handler for SIGALRM static void -progress_signal_handler(int sig lzma_attribute((unused))) +progress_signal_handler(int sig lzma_attribute((__unused__))) { progress_needs_updating = true; return; -- cgit v1.2.3