From 0abff89ae011fd09403930fb14063b72ba40603a Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 9 May 2014 19:56:42 +0000 Subject: Update to xterm 304. With help of shadchin@ tested by ajacoutot@ and shadchin@ --- app/xterm/doublechr.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/xterm/doublechr.c') diff --git a/app/xterm/doublechr.c b/app/xterm/doublechr.c index d228e7f39..906d2bd85 100644 --- a/app/xterm/doublechr.c +++ b/app/xterm/doublechr.c @@ -1,7 +1,7 @@ -/* $XTermId: doublechr.c,v 1.83 2013/08/30 21:35:13 tom Exp $ */ +/* $XTermId: doublechr.c,v 1.84 2014/04/25 23:41:42 tom Exp $ */ /* - * Copyright 1997-2012,2013 by Thomas E. Dickey + * Copyright 1997-2013,2014 by Thomas E. Dickey * * All Rights Reserved * @@ -161,6 +161,8 @@ xterm_ResetDouble(XtermWidget xw) if (changed) { xtermRepaint(xw); } +#else + (void) xw; #endif } -- cgit v1.2.3