From e87f5a127d8606fa22957d0129e1c812db5ba3ce Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 29 Aug 2007 16:01:26 +0300 Subject: ubi-utils: do not interfer with system namespace Rename __unused to ubi_unused to avoid clashes with system namespace Signed-off-by: Artem Bityutskiy --- ubi-utils/src/libpfiflash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubi-utils/src/libpfiflash.c') diff --git a/ubi-utils/src/libpfiflash.c b/ubi-utils/src/libpfiflash.c index e60290a..9f17208 100644 --- a/ubi-utils/src/libpfiflash.c +++ b/ubi-utils/src/libpfiflash.c @@ -53,11 +53,11 @@ #include /* FIXME Is this ok here? */ #include "crc32.h" -#define __unused __attribute__((unused)) +#define ubi_unused __attribute__((unused)) #define COMPARE_BUFFER_SIZE 2048 -static const char copyright [] __unused = +static const char copyright [] ubi_unused = "Copyright International Business Machines Corp., 2006, 2007"; /* simply clear buffer, then write into front of it */ -- cgit v1.2.3