mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
53513831da
commit
88730be651
@@ -85,6 +85,14 @@ extern const struct AVOption avoptions_workaround_bug[11];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef attribute_unused
|
||||
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
|
||||
# define attribute_unused __attribute__((unused))
|
||||
#else
|
||||
# define attribute_unused
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef EMULATE_INTTYPES
|
||||
# include <inttypes.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user