Mercurial > libavutil.hg
changeset 160:162b19388ef8 libavutil
__attribute__((unused)) works with gcc 2.95 too
author | lucabe |
---|---|
date | Sun, 07 Jan 2007 11:11:49 +0000 |
parents | 039198e96ee2 |
children | 3c1966537d5e |
files | internal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Fri Dec 08 00:35:08 2006 +0000 +++ b/internal.h Sun Jan 07 11:11:49 2007 +0000 @@ -35,7 +35,7 @@ #endif #ifndef attribute_unused -#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) +#if defined(__GNUC__) # define attribute_unused __attribute__((unused)) #else # define attribute_unused