chiark / gitweb /
Initial push
[termux-packages] / packages / tmux / tmux_h.patch
1 diff -u -r ../tmux-1.9a/tmux.h ./tmux.h
2 --- ../tmux-1.9a/tmux.h 2014-02-22 21:48:37.000000000 +0100
3 +++ ./tmux.h    2014-02-24 08:44:04.000000000 +0100
4 @@ -62,7 +62,7 @@
5  #define fatalx(msg) log_fatalx("%s: %s", __func__, msg);
6  
7  /* Definition to shut gcc up about unused arguments. */
8 -#define unused __attribute__ ((unused))
9 +#define unused
10  
11  /* Attribute to make gcc check printf-like arguments. */
12  #define printflike1 __attribute__ ((format (printf, 1, 2)))