diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:01:49 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:01:49 +0000 |
commit | 0370fef7acfd00df30e7dfc184e24d4d9e4f7e82 (patch) | |
tree | 21bc93237abea13a5fafe9fc3f5e4bddc5f5bd2c | |
parent | 460a830e9b6b91dc635c42af44cf9c0de23fedee (diff) | |
download | xine-lib-0370fef7acfd00df30e7dfc184e24d4d9e4f7e82.tar.gz xine-lib-0370fef7acfd00df30e7dfc184e24d4d9e4f7e82.tar.bz2 |
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
-rw-r--r-- | src/xine-utils/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |