From 4c6e146df99696920f12410fb17754412797ef36 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/liblzma/simple/simple_coder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma/simple/simple_coder.c') diff --git a/src/liblzma/simple/simple_coder.c b/src/liblzma/simple/simple_coder.c index 06db86ec..37de7fa1 100644 --- a/src/liblzma/simple/simple_coder.c +++ b/src/liblzma/simple/simple_coder.c @@ -212,7 +212,7 @@ simple_coder_end(lzma_coder *coder, lzma_allocator *allocator) static lzma_ret simple_coder_update(lzma_coder *coder, lzma_allocator *allocator, - const lzma_filter *filters_null lzma_attribute((unused)), + const lzma_filter *filters_null lzma_attribute((__unused__)), const lzma_filter *reversed_filters) { // No update support, just call the next filter in the chain. -- cgit v1.2.3