Mercurial > hg > xemacs-beta
diff src/tooltalk.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | e22b0213b713 |
children | 6fa9919a9a0b |
line wrap: on
line diff
--- a/src/tooltalk.c Mon Sep 20 19:11:29 2004 +0000 +++ b/src/tooltalk.c Mon Sep 20 19:20:08 2004 +0000 @@ -167,7 +167,7 @@ static void print_tooltalk_message (Lisp_Object obj, Lisp_Object printcharfun, - int escapeflag) + int UNUSED (escapeflag)) { Lisp_Tooltalk_Message *p = XTOOLTALK_MESSAGE (obj); @@ -245,7 +245,7 @@ static void print_tooltalk_pattern (Lisp_Object obj, Lisp_Object printcharfun, - int escapeflag) + int UNUSED (escapeflag)) { Lisp_Tooltalk_Pattern *p = XTOOLTALK_PATTERN (obj); @@ -323,7 +323,7 @@ Run tt_message_receive(). This function is the process handler for the ToolTalk connection process. */ - (ignore1, ignore2)) + (UNUSED (ignore1), UNUSED (ignore2))) { /* This function can GC */ Tt_message mess = tt_message_receive ();