提交 40628be0 编写于 作者: L Luca Abeni

__attribute__((unused)) works with gcc 2.95 too

Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 e5f94c2b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册