diff lib-src/gnuclient.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 dfee0026a079
children c164e88b1977
line wrap: on
line diff
--- a/lib-src/gnuclient.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/lib-src/gnuclient.c	Mon Sep 20 19:20:08 2004 +0000
@@ -53,6 +53,7 @@
 #endif
 
 #include "gnuserv.h"
+#include "compiler.h"
 
 char gnuserv_version[] = "gnuclient version " GNUSERV_VERSION;
 
@@ -81,7 +82,7 @@
 void initialize_signals (void);
 
 static void
-tell_emacs_to_resume (int sig)
+tell_emacs_to_resume (int UNUSED (sig))
 {
   char buffer[GSERV_BUFSZ+1];
   int s;			/* socket / msqid to server */