From 0370fef7acfd00df30e7dfc184e24d4d9e4f7e82 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Tue, 16 Sep 2003 02:01:49 +0000 Subject: Renamed a empty macro. Apparently the macro name __attribute__ was defined earlier. This renaming removed the message that the macro was redefined. CVS patchset: 5388 CVS date: 2003/09/16 02:01:49 --- src/xine-utils/attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index c6bbe1b78..c5674051f 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -37,7 +37,7 @@ #endif #else #undef ATTRIBUTE_PACKED -#define __attribute__(x) /**/ +#define __attribute_not_used__(x) /**/ #endif #endif /* ATTRIBUTE_H_ */ -- cgit v1.2.3