From a60f84ebf07863e390b72a2b6150e461a1ec18e9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 5 Jul 2008 09:18:54 +0000 Subject: *: rename ATTRIBUTE_XXX to just XXX. --- coreutils/od_bloaty.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coreutils/od_bloaty.c') diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index ce963db8a..a2eaf11d9 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -364,7 +364,7 @@ print_long_double(size_t n_bytes, const char *block, const char *fmt_string) static void print_named_ascii(size_t n_bytes, const char *block, - const char *unused_fmt_string ATTRIBUTE_UNUSED) + const char *unused_fmt_string UNUSED_PARAM) { /* Names for some non-printing characters. */ static const char charname[33][3] ALIGN1 = { @@ -404,7 +404,7 @@ print_named_ascii(size_t n_bytes, const char *block, static void print_ascii(size_t n_bytes, const char *block, - const char *unused_fmt_string ATTRIBUTE_UNUSED) + const char *unused_fmt_string UNUSED_PARAM) { // buf[N] pos: 01234 56789 char buf[12] = " x\0 0xx\0"; @@ -814,7 +814,7 @@ skip(off_t n_skip) typedef void FN_format_address(off_t address, char c); static void -format_address_none(off_t address ATTRIBUTE_UNUSED, char c ATTRIBUTE_UNUSED) +format_address_none(off_t address UNUSED_PARAM, char c UNUSED_PARAM) { } -- cgit v1.2.3