diff src/redisplay-gtk.c @ 3087:dbd2a866e38a

[xemacs-hg @ 2005-11-22 11:24:40 by malcolmp] Fix compilation errors and warnings in GTK code that have appeared over the last few months.
author malcolmp
date Tue, 22 Nov 2005 11:24:45 +0000
parents 3d8143fc88e1
children 2b84dd8eb906
line wrap: on
line diff
--- a/src/redisplay-gtk.c	Tue Nov 22 10:36:39 2005 +0000
+++ b/src/redisplay-gtk.c	Tue Nov 22 11:24:45 2005 +0000
@@ -1176,7 +1176,7 @@
  Draw a vertical divider down the right side of the given window.
  ****************************************************************************/
 static void
-gtk_output_vertical_divider (struct window *w, int clear)
+gtk_output_vertical_divider (struct window *w, int UNUSED(clear))
 {
   struct frame *f = XFRAME (w->frame);
   struct device *d = XDEVICE (f->device);