g/c __unused which is no longer used
This commit is contained in:
@@ -34,15 +34,6 @@
|
|||||||
# define __attribute__(x)
|
# define __attribute__(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* For silencing gcc warnings about rcsids */
|
|
||||||
#ifndef __unused
|
|
||||||
# if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 7)
|
|
||||||
# define __unused __attribute__((__unused__))
|
|
||||||
# else
|
|
||||||
# define __unused
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* For catching format string mismatches */
|
/* For catching format string mismatches */
|
||||||
#ifndef __printflike
|
#ifndef __printflike
|
||||||
# if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7)
|
# if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7)
|
||||||
|
Reference in New Issue
Block a user