mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-18 09:30:04 +02:00
Merge branch 'obsd-master'
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -72,9 +72,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