Re: [PATCH 1/4] fix format specifiers

2015-02-22 Thread Nicholas Marriott
Looks good but I think PROTOCOL_VERSION should just be made unsigned. On Sun, Feb 22, 2015 at 11:34:23AM -0500, Ben Boeckel wrote: > GCC5 is warning about these things more it seems. > > Signed-off-by: Ben Boeckel > --- > client.c | 6 +++--- > cmd-respawn-pane.c | 2 +- > colour.c

[PATCH 1/4] fix format specifiers

2015-02-22 Thread Ben Boeckel
GCC5 is warning about these things more it seems. Signed-off-by: Ben Boeckel --- client.c | 6 +++--- cmd-respawn-pane.c | 2 +- colour.c | 2 +- format.c | 30 +++--- input-keys.c | 2 +- input.c| 2 +- server-client.c