mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 13:58:05 +00:00
g/c __unused which is no longer used
This commit is contained in:
parent
0a230feaed
commit
1e7afbd53f
@ -34,15 +34,6 @@
|
||||
# define __attribute__(x)
|
||||
#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 */
|
||||
#ifndef __printflike
|
||||
# if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7)
|
||||
|
Loading…
x
Reference in New Issue
Block a user