From e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 10 Apr 2016 13:59:27 -0700 Subject: Fix more format warnings --- xup/xup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xup') diff --git a/xup/xup.c b/xup/xup.c index 8e904d52..1bc976ea 100644 --- a/xup/xup.c +++ b/xup/xup.c @@ -212,7 +212,7 @@ lib_mod_connect(struct mod *mod) if (trans_connect(mod->trans, mod->ip, con_port, 3000) == 0) { LLOGLN(0, ("lib_mod_connect: connected to Xserver " - "(Xorg or X11rdp) sck %d", mod->trans->sck)); + "(Xorg or X11rdp) sck %ld", mod->trans->sck)); error = 0; } -- cgit v1.2.1 From 0629b25d5f406bad82f5bd0fa4894ae9667dc48e Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 21 Apr 2016 22:27:27 -0700 Subject: Fix warnings about unused variables and functions --- xup/xup.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xup') diff --git a/xup/xup.c b/xup/xup.c index 1bc976ea..c93fa799 100644 --- a/xup/xup.c +++ b/xup/xup.c @@ -1151,10 +1151,6 @@ process_server_paint_rect_shmem_ex(struct mod *amod, struct stream *s) int shmem_offset; int width; int height; - int x; - int y; - int cx; - int cy; int index; int rv; tsi16 *ldrects; -- cgit v1.2.1