mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Use __unused rather than rolling our own.
This commit is contained in:
3
tmux.h
3
tmux.h
@ -69,9 +69,6 @@ struct tmuxproc;
|
||||
#define READ_BACKOFF 512
|
||||
#define READ_TIME 100
|
||||
|
||||
/* Definition to shut gcc up about unused arguments. */
|
||||
#define unused __attribute__ ((unused))
|
||||
|
||||
/* Attribute to make gcc check printf-like arguments. */
|
||||
#define printflike(a, b) __attribute__ ((format (printf, a, b)))
|
||||
|
||||
|
Reference in New Issue
Block a user