diff options
author | nicm <nicm> | 2015-11-18 14:27:44 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-18 14:27:44 +0000 |
commit | 577c0e3e5a79e9f1f860487bc3f411d26758f026 (patch) | |
tree | 9413b6a93eee1e053b0b5fa6258c78db0abb0819 /tmux.h | |
parent | 5a5b950e8b86606edea8f61c40bf8af28ab4f08b (diff) | |
download | rtmux-577c0e3e5a79e9f1f860487bc3f411d26758f026.tar.gz rtmux-577c0e3e5a79e9f1f860487bc3f411d26758f026.tar.bz2 rtmux-577c0e3e5a79e9f1f860487bc3f411d26758f026.zip |
Use __unused rather than rolling our own.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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))) |