Go to the documentation of this file.
28 #if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
30 #define LIBMB4_DEPRECATED(f) __attribute__((deprecated("Use '" #f "' instead")))
32 #elif defined(__GNUC__) && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
34 #define LIBMB4_DEPRECATED(f) __attribute__ ((deprecated))
38 #define LIBMB4_DEPRECATED(f)