__attribute__((unused)) works with gcc 2.95 too
Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e5f94c2b2c
commit
40628be0ed
@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef attribute_unused
|
#ifndef attribute_unused
|
||||||
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
|
#if defined(__GNUC__)
|
||||||
# define attribute_unused __attribute__((unused))
|
# define attribute_unused __attribute__((unused))
|
||||||
#else
|
#else
|
||||||
# define attribute_unused
|
# define attribute_unused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user