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/xz/coder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xz/coder.c') diff --git a/src/xz/coder.c b/src/xz/coder.c index b470e586..41193a7e 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -112,7 +112,7 @@ coder_add_filter(lzma_vli id, void *options) } -static void lzma_attribute((noreturn)) +static void lzma_attribute((__noreturn__)) memlimit_too_small(uint64_t memory_usage) { message(V_ERROR, _("Memory usage limit is too low for the given " -- cgit v1.2.3