changeset 2342:91671c428d8b

[xemacs-hg @ 2004-10-20 03:42:56 by james] Mark another unused parameter.
author james
date Wed, 20 Oct 2004 03:43:00 +0000
parents e9b0c15c1ced
children b7ea3fe33b34
files src/ChangeLog src/console-stream.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 19 21:52:56 2004 +0000
+++ b/src/ChangeLog	Wed Oct 20 03:43:00 2004 +0000
@@ -1,3 +1,7 @@
+2004-10-19  Jerry James  <james@xemacs.org>
+
+	* console-stream.c (init_console_stream): Mark another unused param.
+
 2004-10-19  Jerry James  <james@xemacs.org>
 
 	* events.c: Define USED_IF_TTY and USED_IF_TOOLBARS.  Use them to
--- a/src/console-stream.c	Tue Oct 19 21:52:56 2004 +0000
+++ b/src/console-stream.c	Wed Oct 20 03:43:00 2004 +0000
@@ -364,7 +364,7 @@
 
 #ifndef PDUMP
 void
-init_console_stream (int reinit)
+init_console_stream (int UNUSED (reinit))
 {
   /* This function can GC */
   if (!initialized)